引用
source=Dgsource("Ep12.dgi")
deint1=source.trim(0,46489).TempGaussMC_beta2z(EdiMode="nnedi3",qual=2).Selecteven()
deint2=source.trim(48930,99999).TempGaussMC_beta2z(EdiMode="nnedi3",qual=2).Selecteven()
s1=source.trim(0,46489).tfm(mode=5,chroma=false,cthresh=2,MI=50,slow=2,pp=2,display=false,clip2=deint1).tdecimate()
s2=source.trim(46490,48929).HybridIVTC()
s3=source.trim(48930,99999).tfm(mode=5,chroma=false,cthresh=2,MI=50,slow=2,pp=2,display=false,clip2=deint2).tdecimate()
ss=EPOTC(s1,s2,s3,
\fps=24000,Denominator=1001,tcfile="Ep12_tc.txt")
sss=ss.Spline64Resize(1280,720).GradFun2DBmodsta()
sss
#46490,48929
引用
"D:\Encoding\megui\tools\ffmpeg\ffmpeg.exe" -i "Ep12.avs" -f yuv4mpegpipe -an -v 0 - | "D:\Encoding\x264_rev1937+505_with_L-SMASH_x64\x264.exe" --level 4.1 --profile high --preset slower --pass 2 --fps 24000/1001 --ssim --bitrate 1700 --deblock 1:-1:-1 --bframes 10 --ref 9 --qpmax 24 --qcomp 0.7 --chroma-qp-offset -2 --aq-strength 0.8 --merange 48 --me tesa --subme 10 --psy-rd 0.4:0.0 --no-dct-decimate --no-fast-pskip --keyint 240 --min-keyint 24 --threads 6 --vbv-bufsize 30000 --vbv-maxrate 40000 --demuxer y4m
--stats "Ep12_1pass.stats" --output "Ep12_2pass.mkv" - 2>"Ep12_2pass.log" --zones 46490,48929,b=0.9
pause
exit