Advertisement
hungdaita

Black and Blue 2019 1080p BluRay DTS x264-DON

Jan 16th, 2020
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. #Source.avs
  2.  
  3. FFVideoSource("C:\Users\hungdaita\Documents\MEGAsync Downloads\black and blue\Black and Blue 2019.mkv").Crop(0,138,0,-138).FillMargins(0,1,0,1).bbmod(2,2,0,0).Spline36Resize(1920,802,0,1,0,-1)
  4. fix1=bbmod(0,0,3,3).f3kdb(grainY=20,dynamic_grain=true)
  5. fix2=FillMargins(0,1,0,1).bbmod(2,2,0,0)
  6. ConditionalFilter(last, fix1, "SceneType", "<", "1")
  7. ConditionalFilter(last, fix2, "SceneType", "<", "2")
  8. ConditionalReader("fix.txt", "SceneType")
  9.  
  10. #fix.txt
  11.  
  12. type int
  13. default 0
  14.  
  15. R 70 680 1
  16. R 1228 1405 2
  17. R 6086 6216 2
  18. R 24160 24340 2
  19. R 24541 25097 2
  20. R 79017 79220 2
  21. R 94894 95175 2
  22.  
  23. #x264CMD
  24.  
  25. avs4x264mod.exe --x264-binary "x264_x64.exe" Source.avs --crf 18.1 --level 4.1 --preset placebo --deblock -3:-3 --subme 11 --me umh --bframes 9 --ipratio 1.30 --pbratio 1.20 --psy-rd 1.0 --aq-mode 3 --aq-strength 0.80 --qcomp 0.65 --merange 32 --zones=19856,20421,crf=17/33970,34298,crf=17.5/82730,84571,crf=17.5/97920,100560,crf=17.5/104908,105407,crf=17.5/106637,107125,crf=17.5/108998,110954,crf=17.5 --vbv-bufsize 78125 --vbv-maxrate 62500 --no-fast-pskip --no-mbtree --no-dct-decimate --colormatrix "bt709" --output "1080p-DON.mkv" - 2> 1080p-DON.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement