I have a file that has multiple WebM(vp9/opus)
streams stitched together sequentially.
When trying to play it through regular media players it stops at the end of 1st stream in the sequence.
When used with FFMPEG
for transcoding it to MP4
, the trancoding stops at the end of first stream.
Using FFMPEG
is it possible to make a regular WebM(vp9/opus)
file from a file that contains multiple WebM(vp9/opus)
stitched together sequentially?