Pulp Fiction

From luvBB
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\pulpfiction.dgi", show=true, show2="2,112,Source")
crop(0,132,-0,-132)
 
safe = Crop(6, 6, -6, -6)
ConvertToYV24()
 
base1 = Crop(6, 0, 0, 0)
left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=2.6)
left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=1.05)
left3 = Crop(2, 0, 3 - Width(), 0)
left4 = Crop(3, 0, 4 - Width(), 0).Tweak(cont=1.06)
left5 = Crop(4, 0, 5 - Width(), 0)
left6 = Crop(5, 0, 6 - Width(), 0).Tweak(cont=1.02)
StackHorizontal(left1, left2, left3, left4, left5, left6, base1)
 
base2 = Crop(0, 0, -6, 0)
right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=2.6)
right2 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=1.05)
right3 = Crop(Width() - 3, 0, -2, 0)
right4 = Crop(Width() - 4, 0, -3, 0).Tweak(cont=1.06)
right5 = Crop(Width() - 5, 0, -4, 0)
right6 = Crop(Width() - 6, 0, -5, 0).Tweak(cont=1.02)
StackHorizontal(base2, right6, right5, right4, right3, right2, right1)
 
base3 = Crop(0, 6, 0, 0)
 
t1 = Crop(0, 0, 0, 1 - Height())
t2 = Crop(0, 1, 0, 2 - Height())
t3 = Crop(0, 2, 0, 3 - Height()).Tweak(cont=1.06)
t4 = Crop(0, 3, 0, 4 - Height())
t5 = Crop(0, 4, 0, 5 - Height()).Tweak(cont=1.02)
t6 = Crop(0, 5, 0, 6 - Height())
StackVertical(t1, t2, t3, t4, t5, t6, base3)
 
base4 = Crop(0, 0, 0, -6)
 
b1 = Crop(0, Height() - 1, 0, 0)
b2 = Crop(0, Height() - 2, 0, -1)
b3 = Crop(0, Height() - 3, 0, -2).Tweak(cont=1.06)
b4 = Crop(0, Height() - 4, 0, -3)
b5 = Crop(0, Height() - 5, 0, -4).Tweak(cont=1.02)
b6 = Crop(0, Height() - 6, 0, -5)
StackVertical(base4, b6, b5, b4, b3, b2, b1)
 
ConvertToYV12()
Overlay(last, safe, x=6, y=6)
 
Fixer(2,0,2,0)
 
spline36resize(1280,544)