...
task | description |
---|---|
NoOp | no operation, do nothing |
Copy File | Copies from the source path to the output path |
Filmstrip | Creates a filmstrip with a certain amount of frames for a sequence. This task will only run for movie files and a sequence of images frames: define how many frames the filmstrip contains (default: The width of the filmstrip is calculated based on the given parameters. Every frame has a fixed pixel aspect ratio of 16:9 |
Thumbnail | Create a thumbnail |
FFmpeg | use FFmpeg to transcode the source file(s) |
Custom Command | Run your custom command For example:
|
Custom Command Examples
Info |
---|
The custom command can be useful to send render jobs to you render farm |
Input the path to the executable (exec
), e.g. Python interpreter and the parameters (params
) to run your own scripts.
Exec: /some/path/python
Params: /other/path/send_to_farm.py <source.path>
You can access all Path Pattern and Path values by adding the <> around them.