The Protégé

From luvBB
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\protege.dgi", show=true, show2="2,140,Source")
crop(0,138,0,-138)

safe = Crop(0, 2, 0, -2)
ConvertToYV24()
 
base1 = Crop(0, 2, 0, 0)
 
t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.35)
t2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.98)
StackVertical(t1, t2, base1)
 
base2 = Crop(0, 0, 0, -2)
 
b1 = Crop(0, Height() - 1, 0, 0).Tweak(cont=2.78)
b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=1.03)
StackVertical(base2, b2, b1)
 
ConvertToYV12()
 
Overlay(last, safe, x=0, y=2)

Fixer(0,0,0,3)
spline36resize(1280,536)
#Trim(8300,134500).SelectRangeEvery(3700,300)