The Secrets We Keep

From luvBB
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\thesecretswekeep.dgi", show=true, show2="2,120,Source")
crop(0,138,0,-138).Fixer(0,1,0,1)

safe = Crop(4, 0, -4, 0)
ConvertToYV24()

base1 = Crop(4, 0, 0, 0)
left1 = Crop(0, 0, 1 - Width(), 0)
left2 = Crop(1, 0, 2 - Width(), 0)
left3 = Crop(2, 0, 3 - Width(), 0)
left4 = Crop(3, 0, 4 - Width(), 0)
StackHorizontal(left1, left2, left3, left4, base1)

base2 = Crop(0, 0, -4, 0)
right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=1.23)
right2 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=1.08)
right3 = Crop(Width() - 3, 0, -2, 0).Tweak(cont=1.02)
right4 = Crop(Width() - 4, 0, -3, 0).Tweak(cont=1.04)
StackHorizontal(base2, right4, right3, right2, right1)

ConvertToYV12()
Overlay(last, safe, x=4, y=0)