Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
aaf2fcp [-deleteFile boolean] [-dstPath string] [-getFileName int] [-progress int] [-srcFile string] [-terminate int] [-waitCompletion int]
aaf2fcp is NOT undoable, NOT queryable, and NOT editable.
This command is used to convert an aff file to a Final Cut Pro (fcp) xml file
The conversion process can take several seconds to complete and the command is meant
to be run asynchronously
utility, aaf, fcp
deleteFile, dstPath, getFileName, progress, srcFile, terminate, waitCompletion
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command.
|
int $handle = `aaf2fcp -src "c:/tmp/test.aaf" -dst "c:/tmp"`;
string $destinationFile = `aff2fcp -getFileName $handle`;
aaf2fcp -waitCompletion $handle;
aaf2fcp -terminate $handle -df false ;