...
By default all file extensions will be converted to lowercase.
Environment variables
It is possible to use other environment variables in the values for the environment variables.
Example:
Code Block |
---|
export CURRENT_PROJECT=awesome_project
export DASELEMENT_CONFIG_PATH=/mnt/server/{CURRENT_PROJECT}/config/das-element.conf |
Proxy transcoding of file sequences
The FFmpeg transcoding task for a file sequence with the frame rate set to "source" uses by default: 24fps
Transcoding Template order
The order of the transcoding templates and task of a transcoding mapping is:
main
additional
main proxies
main proxies - extra template
additional proxies
additional proxies - extra template
For each Transcoding Task the tasks will executed in the order from top to bottom:
...
Info |
---|
You can control with the Template Steps (template_step) if a certain template is execute for the template step. Either execute proxy/extra templates the ‘main' template, the 'additional’ template or for both. |