Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.28 KB

File metadata and controls

30 lines (23 loc) · 2.28 KB

docs » plugins.finalcutpro.timeline.videoeffects


Controls Final Cut Pro's Video Effects.

API Overview

API Documentation

Functions

Signature plugins.finalcutpro.timeline.videoeffects.init() -> none
Type Function
Description Initialise the Module
Parameters
  • None
Returns
  • The Module
Signature plugins.finalcutpro.timeline.videoeffects(action) -> boolean
Type Function
Description Applies the specified action as a video effect. Expects action to be a table with the following structure:
Parameters
  • * action - A table with the name/category/theme for the video effect to apply, or a string with just the name.
Returns
  • * true if a matching video effect was found and applied to the timeline.