Advertisement
trds

Untitled

Apr 30th, 2021
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.56 KB | None | 0 0
  1. LoadPlugin("D:\Encode\DG\x64 Binaries\DGDecodeNV.dll")
  2. DGSource("D:\encode\parker.dgi")
  3. crop(0,140,0,-140).FillMargins(0,0,0,1).Fixer(2,0,0,0)
  4. safe = Crop(0, 2, 0, -2)
  5. ConvertToYV24()
  6.  
  7. base1 = Crop(0, 2, 0, 0)
  8.  
  9. t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.30)
  10. t2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.94)
  11. StackVertical(t1, t2, base1)
  12.  
  13. base2 = Crop(0, 0, 0, -2)
  14.  
  15. b1 = Crop(0, Height() - 1, 0, 0).Tweak(cont=0.96)
  16. b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.96)
  17. StackVertical(base2, b2, b1)
  18.  
  19. ConvertToYV12()
  20.  
  21. Overlay(last, safe, x=0, y=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement