[FFmpeg-user] stream mapping seems to work, but doesn't

Cley Faye cleyfaye at gmail.com
Tue May 24 19:28:35 CEST 2016


2016-05-24 18:17 GMT+02:00 sean darcy <seandarcy2 at gmail.com>:

>
> Instead of trying to fix stream order, is there another easier way?


​It might not be the best option, but it should work: you could remux all
your VOBs into ​correctly-arranged mp4 (or any other container that know
better than VOB), then concatenate them. All this using -map 0:v and -map
0:a to avoid potential ordering issue for intermediate VOBs. This option
needs some space to work, but it should be quite fast and scriptable.


More information about the ffmpeg-user mailing list