Scary Movie 1

From luvBB
Revision as of 20:21, 16 September 2022 by WikiSysop (talk | contribs) (Created page with "<pre>LoadPlugin("D:\Encode\DG\DGDecodeNV.dll") DGSource("D:\encode\scary1.dgi", show=true, show2="2,114,Source") crop(0,134,0,-132).FillMargins(0,1,1,1) #####################...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\scary1.dgi", show=true, show2="2,114,Source")
crop(0,134,0,-132).FillMargins(0,1,1,1)

##################################################################
safe = Crop(0, 6, 0, -6)
ConvertToYV24()
 
base1 = 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=0.8)
t4 = Crop(0, 3, 0, 4 - Height()).Tweak(cont=0.96)
t5 = Crop(0, 4, 0, 5 - Height()).Tweak(cont=1.07)
t6 = Crop(0, 5, 0, 6 - Height()).Tweak(cont=0.97)
StackVertical(t1, t2, t3, t4, t5, t6, base1)
 
base2 = 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=0.85)
b4 = Crop(0, Height() - 4, 0, -3).Tweak(cont=0.98)
b5 = Crop(0, Height() - 5, 0, -4).Tweak(cont=1.05)
b6 = Crop(0, Height() - 6, 0, -5).Tweak(cont=0.97)
StackVertical(base2, b6, b5, b4, b3, b2, b1)
 
ConvertToYV12()
 
Overlay(last, safe, x=0, y=6)

######################################################################

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

base1 = Crop(6, 0, 0, 0)
left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=0.70)
left2 = Crop(1, 0, 2 - Width(), 0)
left3 = Crop(2, 0, 3 - Width(), 0)
left4 = Crop(3, 0, 4 - Width(), 0)
left5 = Crop(4, 0, 5 - Width(), 0)
left6 = Crop(5, 0, 6 - Width(), 0)
StackHorizontal(left1, left2, left3, left4, left5, left6, base1)

base2 = Crop(0, 0, -6, 0)
right1 = Crop(Width() - 1, 0, -0, 0)
right2 = Crop(Width() - 2, 0, -1, 0)
right3 = Crop(Width() - 3, 0, -2, 0).Tweak(cont=0.97)
right4 = Crop(Width() - 4, 0, -3, 0).Tweak(cont=1.23)
right5 = Crop(Width() - 5, 0, -4, 0)
right6 = Crop(Width() - 6, 0, -5, 0).Tweak(cont=1.07)
StackHorizontal(base2, right6, right5, right4, right3, right2, right1)

ConvertToYV12()
Overlay(last, safe, x=6, y=0)
######################################################################

Fixer(0,3,3,3)

##############################################################

spline36resize(1280,542,0,1,-1,-1)

#####################################################################</pre]