ramprasad85
5th May 2009, 19:13
I have been working on making x264 accept yuv444 as input for lossless compression.
I have made few changes till now.
this is my command to configure for the time being
./configure --disable-asm --enable-debug
this is my command to encode
./x264 -o raw24bit.264 raw24bit.yuv 640x480 -q 0 --progress --dump-yuv dump.yuv --verbose --no-cabac --no-deblock
dump.yuv and raw24bit.yuv are different in hex editor, File sizes are same though.
I have attached the following files
1. diff
2. encoder's output
3. FFmpeg's decoding output
4. Mediainfo's output
FYI please see the post at mailman.videolan.org (http://mailman.videolan.org/pipermail/x264-devel/2008-December/005314.html)
Please let me know of my mistakes, and kindly tell me the files or functions I have missed out.
:thanks:
I have made few changes till now.
this is my command to configure for the time being
./configure --disable-asm --enable-debug
this is my command to encode
./x264 -o raw24bit.264 raw24bit.yuv 640x480 -q 0 --progress --dump-yuv dump.yuv --verbose --no-cabac --no-deblock
dump.yuv and raw24bit.yuv are different in hex editor, File sizes are same though.
I have attached the following files
1. diff
2. encoder's output
3. FFmpeg's decoding output
4. Mediainfo's output
FYI please see the post at mailman.videolan.org (http://mailman.videolan.org/pipermail/x264-devel/2008-December/005314.html)
Please let me know of my mistakes, and kindly tell me the files or functions I have missed out.
:thanks: