Selur
25th November 2010, 17:05
I'm using the MEncoder Sherpya-SVN-r32492-4.2.5 from http://sourceforge.net/projects/mplayer-win32/files/, the binary codec package from http://www.mplayerhq.hu/design7/dload.html#binary_codecs and latest 32bit x264 Version from x264.nl to convert a 29MB Apple ProRes File (http://selur.bplaced.net/AppleProRes.mov) (<120 frames).
mencoder AppleProRes.mov -demuxer mov -noskip -vf scale,format=i420 -nosound -mc 0 -ovc x264 -of rawvideo -o "D:\Encoding Output\mencoderDirect.264"
-> delivers correct output
mencoder "AppleProRes.mov" -really-quiet -demuxer mov -noskip -vf scale,format=i420 -nosound -mc 0 -ovc raw -of rawvideo -o - | x264 --crf 18 --fps 24000/1001 --input-res 848x352 --output "D:\Encoding Output\mencoderPipe.264" -
-> output has 'b0rked' colors (http://www.multiupload.com/4E7CIY95N0)
I also tried -vf format=yuy2,scale,format=i420 instead of -vf scale,format=i420 , but that didn't help either.
Does anyone know what's going wrong and how to fix it?
Cu Selur
mencoder AppleProRes.mov -demuxer mov -noskip -vf scale,format=i420 -nosound -mc 0 -ovc x264 -of rawvideo -o "D:\Encoding Output\mencoderDirect.264"
-> delivers correct output
mencoder "AppleProRes.mov" -really-quiet -demuxer mov -noskip -vf scale,format=i420 -nosound -mc 0 -ovc raw -of rawvideo -o - | x264 --crf 18 --fps 24000/1001 --input-res 848x352 --output "D:\Encoding Output\mencoderPipe.264" -
-> output has 'b0rked' colors (http://www.multiupload.com/4E7CIY95N0)
I also tried -vf format=yuy2,scale,format=i420 instead of -vf scale,format=i420 , but that didn't help either.
Does anyone know what's going wrong and how to fix it?
Cu Selur