[FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?

Christoph Gerstbauer christophgerstbauer at gmail.com
Thu May 21 11:02:30 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
What defnies the SIZE of 1234? Bytes/Bits?
Am am not able to do "cat" on my windows machine. I have no linux.
>
>> The RAW sample file can be downloaded here:
> No.
Sorry I forgot the link:
https://cerebrum.noa-audio.com/noacloud/index.php/apps/files/download/FFmpeg_User_MailingList/16x9_10bit_720x576_25fps_V210RAW.zip

>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list