The [Transform]
section of the configuration file contains the names of the transformation tasks that you want to run.
Use the TransformEngine
parameter to specify the names of the tasks. The names that you specify must refer to other sections of the configuration file that contain settings for the transformation engines.
You can specify multiple tasks by using a comma-separated list of names:
[Transform] TransformEngine=KeyframeImageScale,FaceImageScale
Alternatively, you can use numbered parameters. Use a unique number for each task, starting from zero (0) and increasing by one each time:
[Transform] TransformEngine0=KeyframeImageScale TransformEngine1=FaceImageScale
|