pyrates
29th October 2006, 09:28
anyone notice running build 596 during the second pass that the time is the same as the first pass?
Here is the options I use when doing the first pass to generate the stats file:
"D:\Program Files (x86)\x264\x264.exe" --pass 1 --bitrate 3958 --stats "N:\movie\1080i.stats" --bframes 3 --b-pyramid --direct auto --filter -2,-1 --subme 1 --analyse none --vbv-maxrate 25000 --me dia --threads 2 --cqmfile "N:\eqm_avc_hr.cfg" --progress --no-psnr --output NUL "N:\movie\1080i.avs"
And here is the options I use for the 2nd pass:
"D:\Program Files (x86)\x264\x264.exe" --pass 2 --bitrate 3958 --stats "N:\movie\1080i.stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -2,-1 --subme 7 --trellis 2 --analyse all --8x8dct --vbv-maxrate 25000 --me umh --threads 2 --cqmfile "N:\eqm_avc_hr.cfg" --progress --no-psnr --output "N:\movie\1080i.mp4" "N:\movie\1080i.avs"
Or is this a bug I just found?
Here is the options I use when doing the first pass to generate the stats file:
"D:\Program Files (x86)\x264\x264.exe" --pass 1 --bitrate 3958 --stats "N:\movie\1080i.stats" --bframes 3 --b-pyramid --direct auto --filter -2,-1 --subme 1 --analyse none --vbv-maxrate 25000 --me dia --threads 2 --cqmfile "N:\eqm_avc_hr.cfg" --progress --no-psnr --output NUL "N:\movie\1080i.avs"
And here is the options I use for the 2nd pass:
"D:\Program Files (x86)\x264\x264.exe" --pass 2 --bitrate 3958 --stats "N:\movie\1080i.stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -2,-1 --subme 7 --trellis 2 --analyse all --8x8dct --vbv-maxrate 25000 --me umh --threads 2 --cqmfile "N:\eqm_avc_hr.cfg" --progress --no-psnr --output "N:\movie\1080i.mp4" "N:\movie\1080i.avs"
Or is this a bug I just found?