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

Latest commit

 

History

History
21 lines (15 loc) · 1.23 KB

plugins.finalcutpro.timeline.videoeffects.md

File metadata and controls

21 lines (15 loc) · 1.23 KB

docs » plugins.finalcutpro.timeline.videoeffects


Controls Final Cut Pro's Video Effects.

API Overview

  • Functions - API calls offered directly by the extension
  • videoeffects

API Documentation

Functions

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.