badindustries.blogg.se

Ffmpeg concat vob
Ffmpeg concat vob









Where list.txt contains file VTS_01_1.VOB

ffmpeg concat vob

So I tried this command: ffmpeg -y f concat -i list.txt -map 0:v -map 0:a:2 -map 1:v -map 1:a:2 -map 2:v -map 2:a:2 -map 3:v -map 3:a:2 -map 4:v -map 4:a:2 -c copy -f mpegts joined.mpeg Unfortunately the stream ordering is different in the VOBs: Input #0, mpeg, from 'VTS_01_1.VOB':ĭuration: 00:25:03.00, start: 0.280633, bitrate: 5715 kb/s

ffmpeg concat vob

I have 5 VOB files, I would like to concat them to a big mpegts file, and keeping only the video stream and the last (3rd) audio stream.











Ffmpeg concat vob