Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function FDeb(clip c) {
- a = c
- b = c.GradFun3(thr=0.45)
- th_low = 20
- th_high = 35
- dmask = b.levels(th_low,1.0,th_high,255,0,false)
- h=a.mt_merge(b,dmask,U=3,V=3,luma=true)
- repair(a, h, 15)
- return last
- }
- FFmpegSource2("D:\Q20111080i\2_2_video.mkv")
- ConditionalFilter(last.FDeb(), f3kdb(range=15, grainY=0, grainC=0), "SceneType", "<", "1")
- ConditionalReader("D:\Q20111080i\F2.txt", "SceneType")
- FillMargins(4,0,4,0)
- TYPE int
- DEFAULT 0
- R 1 1142 1
- R 2556 3772 1
- R 8520 11229 1
- R 16188 18460 1
- R 25702 30530 1
- R 41465 45015 1
- R 91006 95473 1
- vfw4x264 1.avs --pass 1 --bitrate 10000 --stats ".stats" --level 4.1 --ref 9 --no-fast-pskip --bframes 11 --b-adapt 2 --direct auto --deblock -3:-3 --aq-strength 0.6 --no-dct-decimate --qcomp 0.60 --no-mbtree --output NUL - 2> pass1(full).log
- vfw4x264 1.avs --pass 2 --bitrate 10000 --stats ".stats" --level 4.1 --preset placebo --no-fast-pskip --bframes 11 --direct auto --deblock -3:-3 --b-pyramid normal --subme 11 --trellis 2 --psy-rd 1.08:0.0 --me umh --merange 24 --aq-strength 0.68 --zones=1,1142,b=1.4/2556,3772,b=1.4/8520,11229,b=1.4/16188,18460,b=1.4/25702,30530,b=1.4/41465,45015,b=1.4/91006,95473,b=1.4/35784,38381,b=1.4/47557,52603,b=1.4/78491,84547,b=1.4/150046,154925,b=0.4 --no-dct-decimate --qcomp 0.7 --ssim --no-mbtree --vbv-maxrate 38000 --vbv-bufsize 30000 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --output "encode.mkv" - 2> pass2(full).log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement