pepelugil
22nd May 2012, 15:03
Hello,
I'm trying to encode a series of MPEG2 576i videos (they are labeled as interlaced, but they are progressively encoded) with x264 in order to get AVC 576i bluray video. I'm using the following parameters:
x264-64.exe input.m2ts --bluray-compat --preset veryslow --tune film --force-cfr --b-pyramid strict --open-gop --level 4.0 --aud --nal-hrd vbr --pic-struct --sar 16:11 --vbv-bufsize 14500 --keyint 50 --ipratio 1.1 --vbv-maxrate 15000 --threads auto --slices 1 --thread-input --stats "d:\stats.stats" --output "output.264" --fps 25000/1000 --no-interlaced --fake-interlaced --crf 18
The resulting video stream is correctly imported in Scenarist, but its colors seem washed when comparing to original video:
Original MPEG2:
http://img51.imageshack.us/img51/972/thumnailimage2o.png (http://imageshack.us/photo/my-images/51/thumnailimage2o.png/)
x264:
http://img208.imageshack.us/img208/3733/thumnailimage2.png (http://imageshack.us/photo/my-images/208/thumnailimage2.png/)
I've also tried encoding adding --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" to my parameters list, but the result is the same.
Could anybody please tell what am I doing wrong and what should I do to correct it?
Thanks
I'm trying to encode a series of MPEG2 576i videos (they are labeled as interlaced, but they are progressively encoded) with x264 in order to get AVC 576i bluray video. I'm using the following parameters:
x264-64.exe input.m2ts --bluray-compat --preset veryslow --tune film --force-cfr --b-pyramid strict --open-gop --level 4.0 --aud --nal-hrd vbr --pic-struct --sar 16:11 --vbv-bufsize 14500 --keyint 50 --ipratio 1.1 --vbv-maxrate 15000 --threads auto --slices 1 --thread-input --stats "d:\stats.stats" --output "output.264" --fps 25000/1000 --no-interlaced --fake-interlaced --crf 18
The resulting video stream is correctly imported in Scenarist, but its colors seem washed when comparing to original video:
Original MPEG2:
http://img51.imageshack.us/img51/972/thumnailimage2o.png (http://imageshack.us/photo/my-images/51/thumnailimage2o.png/)
x264:
http://img208.imageshack.us/img208/3733/thumnailimage2.png (http://imageshack.us/photo/my-images/208/thumnailimage2.png/)
I've also tried encoding adding --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" to my parameters list, but the result is the same.
Could anybody please tell what am I doing wrong and what should I do to correct it?
Thanks