maxime <[email protected]> added the comment:

Same problem here.

Theoretically :
ffmpeg -i dvd.vob -itsoffset 10 -i dvd.vob -map 0.0 -map 1.1 ...
==
ffmpeg -i dvd.vob -itsoffset -10 -i dvd.vob -map 1.0 -map 0.1 ...

but only the second command works.

It seams that the video stream HAVE TO be taken from the second input file (the 
one 
on which itsoffset is applied) to make the command work.

________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue359>
________________________________________________

Reply via email to