Advertisement
trds

Untitled

Aug 4th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.57 KB | None | 0 0
  1. LoadPlugin("D:\Encode\DG\x64 Binaries\DGDecodeNV.dll")
  2. DGSource("D:\encode\day.after.tommorow.dgi")
  3. crop(0,132,0,-132)
  4.  
  5. safe = Crop(2, 0, -2, 0)
  6. ConvertToYV24()
  7.  
  8. base1 = Crop(2, 0, 0, 0)
  9. left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=1.36)
  10. left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=1.01)
  11. StackHorizontal(left1, left2, base1)
  12.  
  13. base2 = Crop(0, 0, -2, 0)
  14. right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=1.35)
  15. right2 = Crop(Width() - 2, 0, -1, 0)
  16. StackHorizontal(base2, right2, right1)
  17.  
  18. ConvertToYV12()
  19. Overlay(last, safe, x=2, y=0)
  20.  
  21. spline36resize(1280,544)
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement