Nullity
12th August 2008, 00:08
Disclaimer: I'm a novice when it comes to x264 settings...
The current Blu-ray profiles (including the new ones (http://forum.doom9.org/showthread.php?t=139765)) use a 2-pass bitrate method for encoding:
program --pass 2 --bitrate 8000 --stats ".stats" --level 4.1 --keyint 24 --min-keyint 2 --ref 3 --mixed-refs
--bframes 3 --b-rdo --bime --weightb --direct auto --filter -1,-1 --subme 6 --partitions p8x8,b8x8,i4x4,i8x8
--8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 30000 --vbv-maxrate 40000 --qcomp 0.5 --me umh --threads auto
--thread-input --progress --no-psnr --no-ssim --output "output" "input" --mvrange 511 --aud --nal-hrd --sar 1:1
I wanted to do some comparison testing using CRF settings, but still being Blu-ray compatible. What encoding options would I need to change in the above Blu-ray profile to change it from 2-pass to CRF?
If I had to guess, I would say replace --pass 2 --bitrate 8000 --stats ".stats" with --crf 18
Is that all or is it more complicated than that?
EDIT: Also, does anyone know if the new DXVA-HD-HQ profile is Blu-ray standalone compatible, or vice-versa?
The current Blu-ray profiles (including the new ones (http://forum.doom9.org/showthread.php?t=139765)) use a 2-pass bitrate method for encoding:
program --pass 2 --bitrate 8000 --stats ".stats" --level 4.1 --keyint 24 --min-keyint 2 --ref 3 --mixed-refs
--bframes 3 --b-rdo --bime --weightb --direct auto --filter -1,-1 --subme 6 --partitions p8x8,b8x8,i4x4,i8x8
--8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 30000 --vbv-maxrate 40000 --qcomp 0.5 --me umh --threads auto
--thread-input --progress --no-psnr --no-ssim --output "output" "input" --mvrange 511 --aud --nal-hrd --sar 1:1
I wanted to do some comparison testing using CRF settings, but still being Blu-ray compatible. What encoding options would I need to change in the above Blu-ray profile to change it from 2-pass to CRF?
If I had to guess, I would say replace --pass 2 --bitrate 8000 --stats ".stats" with --crf 18
Is that all or is it more complicated than that?
EDIT: Also, does anyone know if the new DXVA-HD-HQ profile is Blu-ray standalone compatible, or vice-versa?