Advertisement
hungdaita

Warcraft 2016 1080p BluRay DD5.1 x264-DON

Sep 30th, 2016
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. FFVideoSource("F:\10encode\Source.mkv")
  2. spline36resize(1920,790,0,145,0,-145)
  3. safe = Crop(0, 4, 0, -4)
  4. ConvertToYV24(matrix="Rec709")
  5.  
  6. basetop= Crop(0, 4, 0, 0)
  7. t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.4)
  8. t2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.98)
  9. t3 = Crop(0, 2, 0, 3 - Height())
  10. t4 = Crop(0, 3, 0, 4 - Height())
  11. StackVertical(t1, t2, t3, t4, basetop)
  12.  
  13. basebottom = Crop(0, 0, 0, -4)
  14. b1 = Crop(0, Height() - 1, 0, 0)
  15. b2 = Crop(0, Height() - 2, 0, -1)
  16. b3 = Crop(0, Height() - 3, 0, -2)
  17. b4 = Crop(0, Height() - 4, 0, -3)
  18.  
  19. StackVertical(basebottom, b4, b3, b2, b1)
  20. ConvertToYV12(matrix="Rec709")
  21. Overlay(last, safe, x=0, y=4)
  22. ConditionalFilter(last,f3kdb(grainY=10, dynamic_grain=true), "SceneType", "<", "1")
  23. ConditionalReader("fix.txt", "SceneType")
  24.  
  25. #fix.txt
  26.  
  27. type int
  28. default 0
  29.  
  30. R 25 1344 1
  31. R 13298 13554 1
  32. R 13593 13604 1
  33. R 108633 108665 1
  34. R 162485 162719 1
  35. R 163982 167483 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement