View Single Post
Old 3rd July 2007, 10:54   #3  |  Link
Jerry_Sm@rt
Registered User
 
Join Date: Dec 2003
Posts: 57
Very nice GUI,easy to use.
Why not making the first pass faster,like this:

Code:
x264.exe --pass 1 --bitrate 800 --stats ".stats" --bframes 3  --filter 0,0 --subme 1 --analyse none --vbv-maxrate 25000 --me dia --thread-input --progress --no-psnr --no-ssim --aq-strength 0 --aq-sensitivity 0 --output NUL "hh.avs" 

@echo+

x264.exe --pass 2 --bitrate 800 --stats ".stats" --ref 3 --mixed-refs --bframes 3 --subme 5 --b-pyramid --bime --weightb  --filter 0,0 --analyse all --8x8dct --vbv-maxrate 25000 --thread-input --progress --no-psnr --no-ssim --aq-strength 0 --aq-sensitivity 0 --output "hh.mkv" "hh.avs"
P.S:PSP really takes 3 bframes?

Last edited by Jerry_Sm@rt; 3rd July 2007 at 11:05.
Jerry_Sm@rt is offline   Reply With Quote