Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> Andy Furniss <adf.lists <at> gmail.com> writes:
> 
> > ffmpeg -loglevel debug -i snk-420i.y4m -vf scale=interl=1 ffmpeg.png
> 
> Do you understand this message to add the missing options?
> http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/181474/focus=181547

Or maybe you should just tell scale that you first want 
yuv422p, then - in a second pass - rgb:
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/163152/focus=187817
-vf scale=interl=1,format=yuv422p
(or -vf format=yuv422p,scale=interl=1 ?)

Note that this is still exactly the information you 
pass to MPlayer.

Carl Eugen

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to