Advertisement
hungdaita

Rules Don't Apply 2016 1080p BluRay DTS x264-DON

Feb 24th, 2017
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. #avs
  2.  
  3. FFVideoSource("F:\16encode\Source.mkv").Crop(0,20,0,-20)
  4. fix1=last.FillMargins(0,1,0,1).BalanceBorders(3,2,0,0).f3kdb(grainY=10, dynamic_grain=true)
  5. fix2=last.f3kdb(range=25,grainY=10,Y=100)
  6. fix3=last.f3kdb(grainY=10, dynamic_grain=true)
  7. ConditionalFilter(last, fix1, "SceneType", "<", "1")
  8. ConditionalFilter(last, fix2, "SceneType", "<", "2")
  9. ConditionalFilter(last, fix3, "SceneType", "<", "3")
  10. ConditionalReader("fix.txt", "SceneType")
  11.  
  12. fix.txt
  13.  
  14. type int
  15. default 0
  16.  
  17. R 72 575 1
  18. R 621 1168 2
  19. R 18924 19042 3
  20. R 53489 53847 3
  21. R 66900 67075 3
  22. R 83873 83995 3
  23. R 84073 84385 3
  24. R 84629 84753 3
  25. R 84909 84982 3
  26. R 85023 85291 3
  27. R 85330 85430 3
  28. R 85491 85514 3
  29. R 85746 85764 3
  30. R 85789 85819 3
  31. R 85967 86105 3
  32. R 86263 86390 3
  33. R 86403 86455 3
  34. R 86488 86580 3
  35. R 86684 86958 3
  36. R 87041 87247 3
  37. R 87306 87362 3
  38. R 87419 87578 3
  39. R 87621 87691 3
  40. R 87836 87910 3
  41. R 87943 88184 3
  42. R 88261 88457 3
  43. R 88506 88622 3
  44. R 88692 88808 3
  45. R 88923 89116 3
  46. R 89149 89461 3
  47. R 89550 89584 3
  48. R 89650 89738 3
  49. R 89847 90019 3
  50. R 90062 90109 3
  51. R 90329 90387 3
  52. R 90423 90463 3
  53. R 90701 90761 3
  54. R 90813 90928 3
  55. R 90956 90984 3
  56. R 91004 91116 3
  57. R 91146 91203 3
  58. R 128045 128188 3
  59. R 129439 129479 3
  60. R 138163 138212 3
  61. R 174750 174830 3
  62.  
  63. #cmd
  64.  
  65. vfw4x264 Source.avs --crf 16.6000 --level 4.1 --preset placebo --deblock -3:-3 --subme 11 --me umh --bframes 9 --ipratio 1.30 --pbratio 1.20 --psy-rd 1.05 --aq-mode 3 --aq-strength 0.80 --qcomp 0.65 --merange 32 --zones=72,575,crf=14.5/621,1168,crf=14.5/4886,13909,crf=16.8/14453,16502,crf=16.8/18924,19042,crf=15/19663,21526,crf=16.8/23253,23453,crf=16.8/23783,27358,crf=16.8/53489,53847,crf=15.5/53848,58105,crf=16.8/60342,63632,crf=16.8/65126,66255,crf=16.8/66900,67075,crf=14.5/83873,83995,crf=15/84073,84385,crf=15/84629,84753,crf=15/84909,84982,crf=15/85023,85291,crf=15/85330,85430,crf=15/85491,85514,crf=15/85746,85764,crf=15/85789,85819,crf=15/85967,86105,crf=15/86263,86390,crf=15/86403,86455,crf=15/86488,86580,crf=15/86684,86958,crf=14/87041,87247,crf=14.5/87306,87362,crf=15.5/87419,87578,crf=15.5/87621,87691,crf=15.5/87836,87910,crf=15.5/87943,88184,crf=15.5/88261,88457,crf=15.5/88506,88622,crf=15.5/88692,88808,crf=15.5/88923,89116,crf=15.5/89149,89461,crf=15.5/89550,89584,crf=15.5/89650,89738,crf=15.5/89847,90019,crf=15.5/90062,90109,crf=15.5/90329,90387,crf=15.5/90423,90463,crf=15.5/90701,90761,crf=15.5/90813,90928,crf=15.5/90956,90984,crf=15.5/91004,91116,crf=15.5/91146,91203,crf=15.5/96718,98050,crf=15/101120,101730,crf=16.8/102246,102786,crf=16.8/118301,118840,crf=17/128045,128122,crf=14/128545,129436,crf=16.8/129439,129479,crf=15.5/129575,130337,crf=16.8/130472,131760,crf=16.8/136629,137195,crf=16.8/137360,138160,crf=16.8/138162,138212,crf=13.5/138213,151840,crf=16.8/152050,152967,crf=16.8/153116,154585,crf=16.8/174860,181796,crf=20 --vbv-bufsize 78125 --vbv-maxrate 62500 --no-fast-pskip --no-mbtree --no-dct-decimate --colormatrix "bt709" --output "DON.mkv" - 2> DON.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement