Enable multiple tracks with no audio/video. (#61)
There's always a number of audio sources equal to the number of video sources (TranscoderOptions.java:131) and getTrackFormat returns null when the video file had no audio track or vice versa. So when getTrackFormat returns null for all sources we can remove the associated track type. If only some of the data source files have no audio or video sources then it will still throw an exception because we can't build a valid stream with missing parts.: it is either a full track or no track.
C
cbernier2 committed
414f733ba694c15f0d5e34812a9bcc9da27130f9
Parent: 64ea00c
Committed by GitHub <noreply@github.com>
on 2/19/2020, 9:40:14 PM