#plugins.finalcutpro.browser.pasteboardtomarkers

Take the contents of the Pasteboard and pastes it as clip markers on the selected clip in the Final Cut Pro Browser. Only one clip can be selected.

Supported format:

05:00:00: Test Keyword 1 #05:01:00:01: Test Keyword 2 *05:02:00: Test Keyword 3 05:02:15: Test Keyword 4 *05:03:00: Test Keyword 5 05:03:15: Test Keyword 6 #05:03:30: Test Keyword 7 *05:04:00: Test Keyword 8

If a * is place before the timecode, it will make the clip as a favourite between the current timecode value and the next timecode value.

If a # is place before the timecode, it will create a "To Do" marker.


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

Signatureplugins.finalcutpro.browser.pasteboardtomarkers.init() -> deps
TypeFunction
DescriptionInitialise the module.
Parameters
  • deps - Plugin Dependencies
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/browser/pasteboardtomarkers.lua line 296

Signatureplugins.finalcutpro.browser.pasteboardtomarkers.process() -> nil
TypeFunction
DescriptionProcesses Pasteboard to Markers
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/browser/pasteboardtomarkers.lua line 41