You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's method NumVideoStreams, which, as referred in the doc, only returns 0 or 1. So will it return 2 if a clip with 2 video streams is provided?
And there's SetAudioStream but no SetVideoStream. Will there be one if multiple video streams is supported?
The text was updated successfully, but these errors were encountered:
donmor
changed the title
What if a mpeg file with multiple video tracks is provided?
What if a mpeg file with multiple video streams is provided?
Aug 25, 2024
Note that there is support only for MPEG-PS (Program Stream) container, not for MPEG-TS (Transport Stream) or multiplexed MPEG-1 stream. TS supports multiple programs whereas PS is usually a single program (video track) and one or more audio tracks.
There's method
NumVideoStreams
, which, as referred in the doc, only returns 0 or 1. So will it return 2 if a clip with 2 video streams is provided?And there's
SetAudioStream
but noSetVideoStream
. Will there be one if multiple video streams is supported?The text was updated successfully, but these errors were encountered: