[FFmpeg-user] Does ffmpeg have YV12 pixel format?

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jul 27 02:00:37 EEST 2016


Andy Furniss <adf.lists <at> gmail.com> writes:

> I have rawvideo planar Ys Us Vs (I think ffmpeg calls this yuv420p = 
> I420 = IYUV)
> 
> I play with ffplay -f rawvideo -s ... -pix_fmt yuv420p
> 
> I have another rawvideo Ys Vs Us (=YV12)
> 
> I play with ffplay -f rawvideo -s ... -pix_fmt ????

$ ffmpeg -vtag YV12 -f rawvideo -s xxx -i input ...
(The option doesn't exist for ffplay)

Carl Eugen



More information about the ffmpeg-user mailing list