About: FXScript

An Entity of Type: language, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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);

Property Value
dbo:abstract
  • 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. (en)
dbo:wikiPageID
  • 27720109 (xsd:integer)
dbo:wikiPageLength
  • 2219 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 967405077 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • 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); (en)
rdfs:label
  • FXScript (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License