Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (38 loc) · 2.22 KB

plugins.finalcutpro.browser.pasteboardtomarkers.md

File metadata and controls

49 lines (38 loc) · 2.22 KB

docs » 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
  • init
  • process

API Documentation

Functions

Signature plugins.finalcutpro.browser.pasteboardtomarkers.init() -> deps
Type Function
Description Initialise the module.
Parameters
  • deps - Plugin Dependencies
Returns
  • None
Signature plugins.finalcutpro.browser.pasteboardtomarkers.process() -> nil
Type Function
Description Processes Pasteboard to Markers
Parameters
  • None
Returns
  • None