WorldWarII
10th March 2013, 02:20
Hi everyone. I'm new when it comes to x264 encoding ,for the last 2 weeks i've been struggling to reduce the size of a bluray size 38 gb to 3,8 gb without the audio. I'm using MeGUI for encoding and bitrate calculator to calculate the output size. So in order to achieve 3.8 gb i set the bitrate to 3,210 kbps. The MeGUI parameters used are:
program --level 4 --preset veryslow --tune film --pass 2 --bitrate 3,210 --stats ".stats" --deblock 1:1 --bframes 16 --qpmin 24 --qpmax 35 --qpstep 13 --pbratio 2.1 --qcomp 0.0 --cplxblur 2 --psy-rd 1.02:0.4 --no-fast-pskip --output "output" "input"
Avs Script:
convertToYv12()
a=last
b=a.DeGrainMedian(limitY=2,limitUV=3,mode=1)
DeGrainMedian(limitY=2,limitUV=3,mode=1)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
I tried already 2 times and wasted almost 48 hours but the output file comes up to 6.20 gb,and i'm not sure how accurate bitrate calculator is .The MeGUI is still doing a pretty good job reducing the size and keeping also a very good quality.I'm not sure what i'm doing wrong, and not sure if it has anything to do with parameters. Any suggestion is welcome.Mike
program --level 4 --preset veryslow --tune film --pass 2 --bitrate 3,210 --stats ".stats" --deblock 1:1 --bframes 16 --qpmin 24 --qpmax 35 --qpstep 13 --pbratio 2.1 --qcomp 0.0 --cplxblur 2 --psy-rd 1.02:0.4 --no-fast-pskip --output "output" "input"
Avs Script:
convertToYv12()
a=last
b=a.DeGrainMedian(limitY=2,limitUV=3,mode=1)
DeGrainMedian(limitY=2,limitUV=3,mode=1)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
I tried already 2 times and wasted almost 48 hours but the output file comes up to 6.20 gb,and i'm not sure how accurate bitrate calculator is .The MeGUI is still doing a pretty good job reducing the size and keeping also a very good quality.I'm not sure what i'm doing wrong, and not sure if it has anything to do with parameters. Any suggestion is welcome.Mike