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 (39 loc) · 3.47 KB

plugins.finalcutpro.timeline.matchframe.md

File metadata and controls

49 lines (39 loc) · 3.47 KB

docs » plugins.finalcutpro.timeline.matchframe


Match Frame Tools for Final Cut Pro.

API Overview

API Documentation

Variables

Signature plugins.finalcutpro.timeline.matchframe.hiddenKeywords <cp.prop: table>
Type Variable
Description Favourite Keywords

Functions

| Signature | plugins.finalcutpro.timeline.matchframe.getMulticamAngleFromSelectedClip() -> angle | boolean | | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Get Multicam Angle From Selected Clip | | Parameters |

  • None
| | Returns |
  • Angle or false on error
|

Signature plugins.finalcutpro.timeline.matchframe.matchFrame() -> none
Type Function
Description Performs a Single Match Frame.
Parameters
  • focus - If set to true, the library will search for the matched clip title
Returns
  • None
Signature plugins.finalcutpro.timeline.matchframe.multicamMatchFrame(goBackToTimeline) -> none
Type Function
Description Multicam Match Frame
Parameters
  • goBackToTimeline - true if you want to go back to the timeline after opening the clip in the Multicam Editor
Returns
  • None