A comma-separated list of the image tracks that you want to encode.
If the image track is produced by an ingest engine, specify the track name only:
ImageInput=Image_1
Using an image track from an ingest engine will write every source frame to disk.
If the image track is produced by an analysis task, specify it using the format taskName.trackName
. For example, to specify the ResultWithSource
track produced by the myKeyframe task:
ImageInput=myKeyframe.ResultWithSource
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | TaskName |
Example: | ImageInput=myKeyframe.ResultWithSource
|
See Also: |
|