hungdaita

The Assignment 2016 1080p BluRay DTS x264-DON

May 28th, 2017
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. #avs
  2.  
  3. FFVideoSource("F:\33encode\Source.mkv").Crop(0,138,0,-138)
  4. fix1=last.Crop(0,2,0,-2).AddBorders(0,2,0,2,color=$000000).f3kdb(grainY=10, dynamic_grain=true)
  5. fix2=last.f3kdb(grainY=10, dynamic_grain=true)
  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 35 502 1
  16. R 515 905 2
  17. R 130172 130682 2
  18. R 136265 136402 2
  19.  
  20. #cmd x264
  21. avs4x264mod.exe --x264-binary "x264x64r2762tMod8bit.exe" Source.avs --crf 18.1000 --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=35,905,crf=15/130172,130682,crf=15/132530,136260,crf=21/136265,136402,crf=15 --vbv-bufsize 78125 --vbv-maxrate 62500 --no-fast-pskip --no-mbtree --no-dct-decimate --colormatrix "bt709" --output "1080p-DON.mkv" - 2> 1080p-DON.log
Add Comment
Please, Sign In to add comment