EventTrack
A list of tracks that contain the events to encode clips for.
Specify a comma-separated list of tracks, or use numbered parameters (EventTrack0
, EventTrack1
, and so on).
For example, if you use the result track from face recognition, Media Server encodes a video clip of each person who appears in the video. The clip starts when their face is detected and ends when they leave the scene.
Set this parameter to taskName.trackName
, where taskName
is the name of the task that produced the track.
Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | TaskName |
Example: | EventTrack0=FaceRec.Result
|
See Also: | RegionInput |