Advertisement
duccuong1

Q 2011.1080p BluRay DTS x264-VietHD

Sep 3rd, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. function FDeb(clip c) {
  2. a = c
  3. b = c.GradFun3(thr=0.45)
  4. th_low = 20
  5. th_high = 35
  6. dmask = b.levels(th_low,1.0,th_high,255,0,false)
  7. h=a.mt_merge(b,dmask,U=3,V=3,luma=true)
  8. repair(a, h, 15)
  9. return last
  10. }
  11. FFmpegSource2("D:\Q20111080i\2_2_video.mkv")
  12. ConditionalFilter(last.FDeb(), f3kdb(range=15, grainY=0, grainC=0), "SceneType", "<", "1")
  13. ConditionalReader("D:\Q20111080i\F2.txt", "SceneType")
  14. FillMargins(4,0,4,0)
  15.  
  16. TYPE int
  17. DEFAULT 0
  18.  
  19. R 1 1142 1
  20. R 2556 3772 1
  21. R 8520 11229 1
  22. R 16188 18460 1
  23. R 25702 30530 1
  24. R 41465 45015 1
  25. R 91006 95473 1
  26.  
  27. 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
  28. 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