[FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu May 21 10:49:12 CEST 2015
Christoph Gerstbauer <christophgerstbauer <at> gmail.com> writes:
> I am very confused about handling v210.
>From FFmpeg pov, v210 is a codec just like
Prores or H.264 (with constant frame size,
so actually sunrast or targa).
> ffmpegnew -r 25 -s 720x576 -pix_fmt yuv422p10le -vcodec v210
> -i C:\Users\gersti\Desktop\16x9_10bit_720x576_25fps.raw
How was this file produced?
You have to know the size of one frame ("1234"),
then please try:
$ cat 16x9.raw|ffmpeg -f image2pipe -frame_size 1234
-vcodec v210 -s pal -i - out.avi
> The RAW sample file can be downloaded here:
No.
Carl Eugen
More information about the ffmpeg-user
mailing list