Final Cut Pro/FXScript
Appearance
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.
Commands and Functions
[edit | edit source]Input
[edit | edit source]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.