...
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.
...