Where the Crawdads Sing

From luvBB
Revision as of 18:55, 16 September 2022 by WikiSysop (talk | contribs) (Created page with "<pre>LoadPlugin("D:\Encode\DG\DGDecodeNV.dll") DGSource("D:\encode\Crawdads.Sing.dgi") crop(0,138,-0,-138) safe = Crop(0, 4, 0, -4) ConvertToYV24() base1 = Crop(0, 4, 0, 0)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\Crawdads.Sing.dgi")
crop(0,138,-0,-138)
safe = Crop(0, 4, 0, -4)
ConvertToYV24()
 
base1 = Crop(0, 4, 0, 0)
 
t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=2)
t2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.92)
t3 = Crop(0, 2, 0, 3 - Height()).Tweak(cont=1.02)
t4 = Crop(0, 3, 0, 4 - Height())
StackVertical(t1, t2, t3, t4, base1)
 
base2 = Crop(0, 0, 0, -4)
 
b1 = Crop(0, Height() - 1, 0, 0)
b2 = Crop(0, Height() - 2, 0, -1)
b3 = Crop(0, Height() - 3, 0, -2)
b4 = Crop(0, Height() - 4, 0, -3)
StackVertical(base2, b4, b3, b2, b1)
 
ConvertToYV12()
 
Overlay(last, safe, x=0, y=4)

BBmod(0,2,0,0)