New submission from Luca Barbato <[email protected]>: somehow the width and height are wrongly updated resulting in strangely looking videos
./ffmpeg -y -t 1 -i in -s 480x360 -vcodec mpeg2video -acodec mp2 out1.mpeg -s 320x240 -vcodec mpeg2video -acodec mp2 out2.mpeg ./ffmpeg -y -t 1 -i in -s 480x360 -vcodec mpeg2video -acodec mp2 out3.mpeg ./ffmpeg -y -t 1 -i in -s 320x240 -vcodec mpeg2video -acodec mp2 out4.mpeg out1.mpeg out3.mpeg ---------- assignedto: lu_zero messages: 10954 nosy: lu_zero, stefano_sa priority: normal status: new substatus: open title: strange interaction of avfilter with ffmpeg multiple output stream ad different widths topic: avfilter type: bug ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2039> ________________________________________________
