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