...
Create as many template mappings
as necessary to handle different ingest scenarios, such as managing colorspace conversion.
...
Transcoding Templates
The transcoding template are used to process certain files like the main file or the different proxy formatsIn the transcoding template you can define more information about the file paths for the template, e.g. is the output a single file path or do you expect a file sequence, and which transcoding tasks will be executed.
Template Name | display name of the template | ||
Template Steps | defines when to execute this template | ||
Type of output file | defines what type of file path to expect, if the path includes a frame counter or not.
| ||
Transcoding Task | define as many transcoding task as you need. These will be run sequentially from top to bottom. | ||
Path Patterns | overwrite the | ||
Path Values | overwrite the
|
Transcoding Tasks
These are the actual tasks that are performed executed when the transcoding template gets is triggered.
Choose from on of the You can choose from predefined tasks or create a custom command
to run any specific command line.
...
Custom Command
The Custom Command feature enables you to execute any custom command line task and utilize your existing scripts and tools. Use the Path Values
and predefined element attributes
to pass information to the command line.
...
Code Block |
---|
exec:
python
params:
render_thumbnail_script.py <source.path> <path_thumbnail> |
NoOp
The no-operation is a handy feature to save file paths to the database but not perform any operation or transcoding.
...