Advertisement
StotheG

How to train your dragon 2

Nov 26th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. LoadPlugin("C:\Program Files (x86)\MeGUI\tools\ffms\ffms2.dll")
  2. FFVideoSource("E:\Encoding area\how\how.mkv", fpsnum=24000, fpsden=1001)
  3. crop(0, 132, 0, -132).BalanceBorders(2,2,0,0, thresh=128, blur=1).Spline36Resize(1280,544)
  4. sceneType1=f3kdb(dither_algo=3, Y=60, grainC=20, dynamic_grain=true, range=10)
  5. sceneType2=f3kdb(dither_algo=3, Y=75, grainC=75, dynamic_grain=true, range=10)
  6. ConditionalFilter(last, sceneType1, last, "SceneType", "==", "1")
  7. ConditionalFilter(last, sceneType2, last, "SceneType", "==", "2")
  8. ConditionalReader("banding.txt", "SceneType")
  9.  
  10. ###
  11. TYPE int
  12. DEFAULT 0
  13.  
  14. R 698 1450 1
  15. R 2082 2161 1
  16. R 25706 30872 1
  17. R 36550 37425 1
  18. R 37568 37965 1
  19. R 39188 41530 1
  20. R 41823 41948 2
  21. R 41949 46886 1
  22. R 54227 56358 1
  23. R 77845 78012 1
  24. R 80363 80942 1
  25. R 82433 82871 2
  26. R 102207 102265 1
  27. R 107329 109359 1
  28. R 110396 110736 1
  29. R 113424 116130 1
  30. R 116996 118723 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement