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
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user