Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ffvideosource("D:\video.mkv")
  2. crop(0,140,0,-140)
  3. ConditionalFilter(last, safe = Crop(4, 0, -4, 0)
  4. ConvertToYV24()
  5.  
  6. base1 = Crop(4, 0, 0, 0)
  7. left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=1.04)
  8. left2 = Crop(1, 0, 2 - Width(), 0)
  9. left3 = Crop(2, 0, 3 - Width(), 0).Tweak(cont=0.94)
  10. left4 = Crop(3, 0, 4 - Width(), 0)
  11. StackHorizontal(left1, left2, left3, left4, base1)
  12.  
  13. base2 = Crop(0, 0, -4, 0)
  14. right1 = Crop(Width() - 1, 0, -0, 0)
  15. right2 = Crop(Width() - 2, 0, -1, 0)
  16. right3 = Crop(Width() - 3, 0, -2, 0).Tweak(cont=0.95)
  17. right4 = Crop(Width() - 4, 0, -3, 0).Tweak(cont=1.02)
  18.  
  19. StackHorizontal(base2, right4, right3, right2, right1)
  20.  
  21. ConvertToYV12()
  22. Overlay(last, safe, x=4, y=0)), "SceneType", "<", "1")
  23. ConditionalReader("D:\ENCODE\scenes.txt", "SceneType")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement