docs » plugins.finalcutpro.export.batch
Timeline Batch Export Plugin.
- Constants - Useful values which cannot be changed
- DEFAULT_CUSTOM_FILENAME
- Functions - API calls offered directly by the extension
- batchExport
- batchExportTimelineClips
- changeCustomFilename
- changeExportDestinationFolder
- changeExportDestinationPreset
- getDestinationFolder
- performBatchExport
- Fields - Variables which can only be accessed from an object returned by a constructor
- customFilename
- destinationPreset
- ignoreBackgroundTasks
- ignoreInvalidCaptions
- ignoreMissingEffects
- ignoreProxies
- replaceExistingFiles
- useCustomFilename
Signature | plugins.finalcutpro.export.batch.DEFAULT_CUSTOM_FILENAME -> string |
---|---|
Type | Constant |
Description | Default Custom Filename |
Signature | plugins.finalcutpro.export.batch.batchExport() -> boolean |
---|---|
Type | Function |
Description | Opens the Batch Export popup. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.export.batch.batchExportTimelineClips(clips) -> boolean |
---|---|
Type | Function |
Description | Batch Export Timeline Clips |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.export.batch.changeCustomFilename() -> none |
---|---|
Type | Function |
Description | Change Custom Filename String. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.export.batch.changeExportDestinationFolder() -> none |
---|---|
Type | Function |
Description | Change Export Destination Folder. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.export.batch.changeExportDestinationPreset() -> none |
---|---|
Type | Function |
Description | Change Export Destination Preset. |
Parameters |
|
Returns |
|
| Signature | plugins.finalcutpro.export.batch.getDestinationFolder() -> string | nil
|
| -----------------------------------------------------|---------------------------------------------------------------------------------------------------------|
| Type | Function |
| Description | Gets the destination preset. |
| Parameters |
- None
- The destination preset as a string, or
nil
if no preset is set.
Signature | plugins.finalcutpro.export.batch.performBatchExport() -> none |
---|---|
Type | Function |
Description | Performs the Browser Batch Export function. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.export.batch.customFilename <cp.prop: string> |
---|---|
Type | Field |
Description | Custom Filename for Batch Export. |
Signature | plugins.finalcutpro.export.batch.destinationPreset <cp.prop: boolean> |
---|---|
Type | Field |
Description | Destination Preset. |
Signature | plugins.finalcutpro.export.batch.ignoreBackgroundTasks <cp.prop: boolean> |
---|---|
Type | Field |
Description | Defines whether or not a Batch Export should Ignore Background Tasks. |
Signature | plugins.finalcutpro.export.batch.ignoreInvalidCaptions <cp.prop: boolean> |
---|---|
Type | Field |
Description | Defines whether or not a Batch Export should Ignore Invalid Captions. |
Signature | plugins.finalcutpro.export.batch.ignoreMissingEffects <cp.prop: boolean> |
---|---|
Type | Field |
Description | Defines whether or not a Batch Export should Ignore Missing Effects. |
Signature | plugins.finalcutpro.export.batch.ignoreProxies <cp.prop: boolean> |
---|---|
Type | Field |
Description | Defines whether or not a Batch Export should Ignore Proxies. |
Signature | plugins.finalcutpro.export.batch.replaceExistingFiles <cp.prop: boolean> |
---|---|
Type | Field |
Description | Defines whether or not a Batch Export should Replace Existing Files. |
Signature | plugins.finalcutpro.export.batch.useCustomFilename <cp.prop: boolean> |
---|---|
Type | Field |
Description | Defines whether or not the Batch Export tool should override the clipname with a custom filename. |