[FFmpeg-devel] -newvideo stream order regression ?
Chris Stones
chris.stones
Wed Apr 7 23:47:37 CEST 2010
# ffmpeg-SVN-r20373 -i INPUT_A (OPTIONS_A) OUTPUT -i /INPUTB (OPTIONS
B) -newvideo
would place INPUT_A with OPTIONS_A at stream index 0,
and INPUT_B with OPTIONS_B at stream index 1.
# ffmpeg-SVN-r22815 -i INPUT_A (OPTIONS_A) OUTPUT -i /INPUTB (OPTIONS
B) -newvideo
would place INPUT_B with OPTIONS_A at stream index 0,
and INPUT_A with OPTIONS_B at stream index 1.
The documentation doesnt imply stream orders, but the old behaviour
makes alot more sence to me. Please confirm that this change was not
intentional.
I will investigate.
Thanks.
Chris.
More information about the ffmpeg-devel
mailing list