View Single Post
Old 6th June 2017, 08:18   #381  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
Quote:
Originally Posted by FranceBB View Post
Thank you for this guide.
I gotta make a Bluray out of a PAL XDCAM MXF file and I'm gonna use Avisynth and x264 this time (not to bother AVID).

I need the maximum compatibility and I think these settings should be fine:

Code:
avs4x264mod.exe "AVS Script.avs" --x264-binary "x264.exe" --bitrate 25000  --preset medium --ref 4 --level 4.1 --profile High --vbv-bufsize 25000 --vbv-maxrate 25000 --overscan show --keyint 25 --slices 4 --sar 1:1  --videoformat PAL --tff --nal-hrd vbr --bluray-compat --colormatrix bt709 --transfer bt709 --colorprim bt709 --range tv --log-level info --thread-input --opencl --output raw_video.h264

Can you confirm they are fine? Any suggestions?
What is your script?
For blu-ray compliant x264 settings you find references here:
http://forum.doom9.org/showpost.php?...19&postcount=1
https://sites.google.com/site/x264bluray/

Last edited by Sharc; 6th June 2017 at 08:23.
Sharc is offline   Reply With Quote