Alien3ac

From luvBB
Revision as of 18:29, 16 September 2022 by WikiSysop (talk | contribs) (Created page with "<pre>LoadPlugin("D:\Encode\DG\DGDecodeNV.dll") DGSource("D:\encode\alien3ac.dgi", show=true, show2="2,118,Source") crop(0,136,0,-134) safe = Crop(6, 6, -6, -6) ConvertToYV24(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\alien3ac.dgi", show=true, show2="2,118,Source")
crop(0,136,0,-134)

safe = Crop(6, 6, -6, -6)
ConvertToYV24()
 
base1 = Crop(0, 6, 0, 0)
t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.06)
t2 = Crop(0, 1, 0, 2 - Height())
t3 = Crop(0, 2, 0, 3 - Height())
t4 = Crop(0, 3, 0, 4 - Height()).Tweak(cont=1.02)
t5 = Crop(0, 4, 0, 5 - Height())
t6 = Crop(0, 5, 0, 6 - Height())
StackVertical(t1, t2, t3, t4, t5, t6, base1)
 
base2 = Crop(0, 0, 0, -6)
b1 = Crop(0, Height() - 1, 0, 0).Tweak(cont=0.96)
b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=1.03)
b3 = Crop(0, Height() - 3, 0, -2).Tweak(cont=1.05)
b4 = Crop(0, Height() - 4, 0, -3)
b5 = Crop(0, Height() - 5, 0, -4)
b6 = Crop(0, Height() - 6, 0, -5).Tweak(cont=1.02)
StackVertical(base2, b6, b5, b4, b3, b2, b1)

base3 = Crop(6, 0, 0, 0)
left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=1.9)
left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=1.1)
left3 = Crop(2, 0, 3 - Width(), 0).Tweak(cont=0.96)
left4 = Crop(3, 0, 4 - Width(), 0).Tweak(cont=1.07)
left5 = Crop(4, 0, 5 - Width(), 0)
left6 = Crop(5, 0, 6 - Width(), 0).Tweak(cont=1.03)
StackHorizontal(left1, left2, left3, left4, left5, left6, base3)
 
base4 = Crop(0, 0, -6, 0)
right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=2.45)
right2 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=1.2)
right3 = Crop(Width() - 3, 0, -2, 0)
right4 = Crop(Width() - 4, 0, -3, 0).Tweak(cont=1.12)
right5 = Crop(Width() - 5, 0, -4, 0)
right6 = Crop(Width() - 6, 0, -5, 0).Tweak(cont=1.04)
StackHorizontal(base4, right6, right5, right4, right3, right2, right1)
 
ConvertToYV12()
 
Overlay(last, safe, x=6, y=6)
Fixer(2,2,2,2)

spline36resize(1280,540)