Advertisement
StotheG

Hide and Seek overlay+zones

Sep 21st, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. AVCSource("D:\Encoding area\Hide\hide.dga")
  2. crop(0, 132, 0, -132)
  3. safe = Crop(2, 0, -2, -0)
  4.  
  5. ConvertToYV24()
  6.  
  7. base1 = Crop(2, 0, -2, 0)
  8.  
  9. left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=3.6)
  10. left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=1.3)
  11. right2 = Crop(Width() - 2, 0, 1, 0).Tweak(cont=1.3)
  12. right1 = Crop(Width() - 1, 0, 0, 0).Tweak(cont=3.3)
  13.  
  14. StackHorizontal(left1, left2, base1, right2, right1)
  15.  
  16. ConvertToYV12()
  17. Overlay(last, safe, x=2, y=0)
  18. ConditionalFilter(last, gradfun3(thr=0.45, mask=0, ampn=2), "SceneType", "<", "1")
  19. ConditionalReader("deband.txt", "SceneType")
  20. Spline36Resize(1280,544,1,0,-1)
  21.  
  22. # deband.txt
  23.  
  24. TYPE int
  25. DEFAULT 0
  26.  
  27. R 1748 2026 1
  28.  
  29. R 2339 2781 1
  30.  
  31. R 5518 6137 1
  32.  
  33. R 6964 6996 1
  34.  
  35. R 7868 7915 1
  36.  
  37. R 10190 10440 1
  38.  
  39. R 11135 11223 1
  40.  
  41. R 11336 11379 1
  42.  
  43. R 11514 11545 1
  44.  
  45. R 11631 11736 1
  46.  
  47. R 11787 11858 1
  48.  
  49. R 12456 12640 1
  50.  
  51. R 25569 25711 1
  52.  
  53. R 69292 69369 1
  54.  
  55. R 69618 69952 1
  56.  
  57. R 70842 72007 1
  58.  
  59. R 83170 83215 1
  60.  
  61. R 83435 83535 1
  62.  
  63. R 83807 83932 1
  64.  
  65. R 92288 92441 1
  66.  
  67. R 109632 109692 1
  68.  
  69. R 131831 131875 1
  70.  
  71. R 131831 137439 1
  72.  
  73. R 138271 138320 1
  74.  
  75. R 138620 138671 1
  76.  
  77. R 138734 139129 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement