Log in

View Full Version : AVI2YUV, Uncompressed 10bit to raw yuv


zimbot
6th August 2010, 16:53
Friends,

Does anyone know - or has anyone done

10 bit unCompressed 720x480 avi [ file.avi ]
as a source into avi2yuv and made a file.yuv

I wish to ahve a 10 bit d1 res video only file , yuv raw essence that i can then wrap up with some pcm (wav) audio into an MXF.

thanks

any information would be of help

have a great day

roozhou
6th August 2010, 17:03
What's the exact format of your 10 bit file? Is it r10k/R10k, v210 or something else?
AFAIK it can be simply dumped to a file by mplayer -dumpvideo

Biggiesized
12th August 2010, 05:41
http://pbx.mine.nu/mpeg4ip_binaries_for_windows_free_download/

Usage is: avi2raw.exe <avi-file> <raw-file>

I tested it and it appears to work. My source was YUY2 but it should probably work for whatever 10-bit 4:2:2 you want.