Crimes of the Future

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\crimesofthefuture.dgi", show=true, show2="2,22,Source") crop(0,22,0,-22) safe = Crop(0, 6, 0, -6) Convert...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\crimesofthefuture.dgi", show=true, show2="2,22,Source") 
crop(0,22,0,-22)
 
safe = Crop(0, 6, 0, -6)
ConvertToYV24()
 
base1 = Crop(0, 6, 0, 0)
 
t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=0.94)
t2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=1.06)
t3 = Crop(0, 2, 0, 3 - Height())
t4 = Crop(0, 3, 0, 4 - Height())
t5 = Crop(0, 4, 0, 5 - Height()).Tweak(cont=1.03)
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.94)
b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=1.06)
b3 = Crop(0, Height() - 3, 0, -2)
b4 = Crop(0, Height() - 4, 0, -3)
b5 = Crop(0, Height() - 5, 0, -4).Tweak(cont=1.03)
b6 = Crop(0, Height() - 6, 0, -5)
StackVertical(base2, b6, b5, b4, b3, b2, b1)
 
ConvertToYV12()
 
Overlay(last, safe, x=0, y=6)
 
replaceframessimple(last, last.f3kdb(sample_mode=2, range=15, Y=110, dither_algo=3
\ , dynamic_grain=false, grainY=30, grainC=40)
\ , mappings="[925 1067]")
 
spline36resize(1280,690)