lutinor
13th April 2011, 16:44
x264 --bitrate 1100 --fake-interlaced --bluray-compat --preset veryslow --tune animation --fps 25/1 --force-cfr --weightp 1 --bframes 3 --nal-hrd vbr --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 25 --b-pyramid strict --slices 4 --ref 6 --aud --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 16:11 --pass 1 -o out.264 input.file
Ok i guess i have use on the previous command line the best compatible result ? Any other useful modification ?
EDIT: ok in the new x264 there are some other modification :
Improve Blu-ray compliance -> about this i don't have a clue about what i need to change :(
Use dec_ref_pic_marking SEIs to repeat B-ref referencing information.
Don't allow B-frames to reference frames outside their minigop.
-
Consolidate Blu-ray hacks into --bluray-compat (--open-gop option must be removed from cli line)
This option is now required for Blu-ray compatibility.
--open-gop bluray is now gone (using bluray-compat and open-gop implies a Blu-ray compatible open-gop).
This option doesn't automatically enforce every aspect of Blu-ray compatibility (e.g. resolution, framerate, level, etc).
=
Idea about the first mod ?
Ok i guess i have use on the previous command line the best compatible result ? Any other useful modification ?
EDIT: ok in the new x264 there are some other modification :
Improve Blu-ray compliance -> about this i don't have a clue about what i need to change :(
Use dec_ref_pic_marking SEIs to repeat B-ref referencing information.
Don't allow B-frames to reference frames outside their minigop.
-
Consolidate Blu-ray hacks into --bluray-compat (--open-gop option must be removed from cli line)
This option is now required for Blu-ray compatibility.
--open-gop bluray is now gone (using bluray-compat and open-gop implies a Blu-ray compatible open-gop).
This option doesn't automatically enforce every aspect of Blu-ray compatibility (e.g. resolution, framerate, level, etc).
=
Idea about the first mod ?