[FFmpeg-user] zimg colorspace yuv -> rgb possible?
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Jan 27 13:05:44 CET 2016
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
More information about the ffmpeg-user
mailing list