View Single Post
Old 8th June 2017, 19:47   #392  |  Link
mp3dom
Registered User
 
Join Date: Jul 2003
Location: Italy
Posts: 1,135
Everything can be summarized as:
Quote:
avs4x264mod.exe "AVS Script.avs" --x264-binary "x264.exe" --bitrate 25000 --preset medium --ref 4 --level 4.1 --profile High --vbv-bufsize 30000 --vbv-maxrate 40000 --keyint 25 --slices 4 --bframe 3 --sar 1:1 --tff --bluray-compat --colormatrix bt709 --transfer bt709 --colorprim bt709 --log-level info --thread-input --output raw_video.h264
and you'll get the same quality.

NOTE: In your command line you've switched the values of bufsize and maxrate. Bufsize needs to be 30 Mbps max, while maxrate can be up to 40 Mbps.
With your values, you'll get out of specs discs. Depending by the authoring software, you can get your file rejected or accepted but with buffer overflows problems during multiplexing or verification process.

Also, can't understand why you're normalizing your audio by peak (that can create weird results). I guess you know there are EBU standards and normalizing by peak will likely alter the audio in a not-standard way. Do you have valid reasons for that?
mp3dom is offline   Reply With Quote