Scary Movie 3

From luvBB
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\scary3.dgi", show=true, show2="2,2,Source")
replaceframessimple(last, last.f3kdb(sample_mode=2, range=15, Y=110, dither_algo=3
\ , dynamic_grain=false, grainY=50, grainC=30)
\ , mappings="[27 313]")

safe = Crop(2, 0, -2, 0)
ConvertToYV24()
 
base1 = Crop(2, 0, 0, 0)
left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=2.6)
left2 = Crop(1, 0, 2 - Width(), 0)
StackHorizontal(left1, left2, base1)
 
base2 = Crop(0, 0, -2, 0)
right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=2.6)
right2 = Crop(Width() - 2, 0, -1, 0)
StackHorizontal(base2, right2, right1)
 
ConvertToYV12()
Overlay(last, safe, x=2, y=0)

Fixer(2,0,2,0)
spline36resize(1280,720)