Perfume: The Story of a Murderer
Jump to navigation
Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\perfumethestory.dgi", show=true, show2="4,134,Source")
crop(2,132,-2,-132)
safe = Crop(2, 8, 2, -8)
ConvertToYV24()
base1 = Crop(0, 8, 0, 0)
t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=0.88)
t2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=1.10)
t3 = Crop(0, 2, 0, 3 - Height()).Tweak(cont=0.99)
t4 = Crop(0, 3, 0, 4 - Height()).Tweak(cont=1.06)
t5 = Crop(0, 4, 0, 5 - Height())
t6 = Crop(0, 5, 0, 6 - Height()).Tweak(cont=1.02)
t7 = Crop(0, 6, 0, 7 - Height())
t8 = Crop(0, 7, 0, 8 - Height())
StackVertical(t1, t2, t3, t4, t5, t6, t7, t8, base1)
base2 = Crop(0, 0, 0, -8)
b1 = Crop(0, Height() - 1, 0, 0)
b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.93)
b3 = Crop(0, Height() - 3, 0, -2).Tweak(cont=1.09)
b4= Crop(0, Height() - 4, 0, -3).Tweak(cont=0.99)
b5 = Crop(0, Height() - 5, 0, -4).Tweak(cont=1.05)
b6 = Crop(0, Height() - 6, 0, -5)
b7 = Crop(0, Height() - 7, 0, -6).Tweak(cont=1.02)
b8 = Crop(0, Height() - 8, 0, -7)
StackVertical(base2, b8, b7, b6, b5, b4, b3, b2, b1)
base3 = Crop(2, 0, 0, 0)
left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=1.1)
left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=0.97)
StackHorizontal(left1, left2, base3)
base4 = Crop(0, 0, -2, 0)
right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=1.1)
right2 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=0.98)
StackHorizontal(base4, right2, right1)
ConvertToYV12()
Overlay(last, safe, x=2, y=8)