翻訳と辞書
Words near each other
・ Fxguide
・ FXI
・ FXM
・ Fxmarketspace
・ FXML
・ FXOpen
・ FXP
・ FXP board
・ FXpansion
・ FxPlug
・ FxPro
・ FXR
・ FXR1
・ FXR2
・ FXS
FXScript
・ FxStat Group
・ FXstreet
・ FXT1
・ Fxtv
・ FXU
・ FXX
・ FXX (Canada)
・ FXX (disambiguation)
・ FXYD family
・ FXYD1
・ FXYD2
・ FXYD3
・ FXYD5
・ FXYD6


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

FXScript : ウィキペディア英語版
FXScript
FXScript is a scripting language for Final Cut Pro and Final Cut Express.
FXBuilder is the scripting utility in which users are able to modify existing FCP FXScripts or program completely new ones. For example, to scale an image, only two lines are necessary to scale an image from its full size to half size:
scale(Region, CenterOfScale, 0.5, 0.5);
blitrect(ImageBuffer, OrigRegion, Destination-Buffer, Region);
First the region, which might be a rectangle, is scaled by the statement ''scale'' and its parameters. Then the statement ''blitrect'' copies a region of an image into a changed region. When the ''OrigRegion'' and the new ''Region'' have different sizes, Final Cut Pro scales the image to fit into the new region. A Statement is a command that accomplishes a single action. In our example, the statements are ''scale'' and ''blitrect''. In FXBuilder users can create and test FXScripts, optionally in multiple windows.
== FX groups ==

Inside Final Cut Pro/Express and FXScript are three types of effects:
* Video Transitions, which change from one clip to another (for example, the Cross Dissolve). This FXScript type is called ''transition''.
* Video Filters, which change the picture for a whole clip (for example, the Color Balance). This FXScript type is called ''filter''.
* Video Generators, which create new video information and therefore use the actual Sequence Preset (for example, the Custom Gradient). This FXScript type is called ''generator''.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「FXScript」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.