ImageInput
The names of the image tracks that you want to encode.
The default value is usually suitable if you want to encode a copy of the ingested media.
To encode other tracks, set this parameter to taskName.trackName
, where taskName
is the name of the task that produced the track. For example, to encode the output from a drawing transformation task, you might set this parameter to MyDrawingTask.Output
.
If you do not want to encode video, set this parameter to none
.
Type: | String (comma-separated list) |
Default: | Default_Image |
Required: | No |
Configuration Section: | TaskName |
Example: | ImageInput=Default_Image
|
See Also: |