Final Cut Pro/FXScript
From Wikibooks, open books for an open world
FXScript is the scripting language used by Apple's Final Cut Pro video editing program.
This book is intended to help flesh out some of the things that are not clear in Apple's documentation for FXScript.
[edit] Commands and Functions
[edit] Input
Use input statements to set up the controls for the script. The controls provide the initial user settings for the script.
Controls:
- Angle
- Dial and text box.
- CheckBox
- True/False check box.
- Clip
- Drop box for video clip or still image.
- Color
- Color selection.
- FontList
- Popup list of fonts.
- Label
- Text in the name column.
- Point
- Choose a point.
- Popup
- Popup list.
- RadioGroup
- Radio Button group.
- Slider
- Slider and text box.
- Text
- Text box.
- Title
- Displays the desired text.
This page may need to be