Home Alone

From luvBB
Revision as of 19:32, 16 September 2022 by WikiSysop (talk | contribs) (Created page with "<pre>LoadPlugin("D:\Encode\DG\DGDecodeNV.dll") DGSource("D:\encode\homealone.dgi", show=true, show2="2,2,Source") crop(0,20,0,-20) Fillmargins(0,1,0,1) Fixer(0,3,0,3) Condit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\homealone.dgi", show=true, show2="2,2,Source")
crop(0,20,0,-20)
Fillmargins(0,1,0,1)
Fixer(0,3,0,3)
 
ConditionalFilter(last, logo, "SceneType", "<", "1")
ConditionalReader("D:\encode\scenes.txt", "SceneType")
 
 
function logo (clip c) {
 
safe = c.Crop(6, 0, -6, 0)
c.ConvertToYV24()
 
base1 = Crop(6, 0, 0, 0)
left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=2)
left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=1.02)
left3 = Crop(2, 0, 3 - Width(), 0).Tweak(cont=0.88)
left4 = Crop(3, 0, 4 - Width(), 0).Tweak(cont=1.03)
left5 = Crop(4, 0, 5 - Width(), 0).Tweak(cont=0.95)
left6 = Crop(5, 0, 6 - Width(), 0).Tweak(cont=1.02)
StackHorizontal(left1, left2, left3, left4, left5, left6, base1)
 
base2 = Crop(0, 0, -6, 0)
right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=2)
right2 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=1.02)
right3 = Crop(Width() - 3, 0, -2, 0).Tweak(cont=0.88)
right4 = Crop(Width() - 4, 0, -3, 0).Tweak(cont=1.03)
right5 = Crop(Width() - 5, 0, -4, 0).Tweak(cont=0.95)
right6 = Crop(Width() - 6, 0, -5, 0).Tweak(cont=1.02)
StackHorizontal(base2, right6, right5, right4, right3, right2, right1)
 
ConvertToYV12()
Overlay(last, safe, x=6, y=0)
 
return last
}
replaceframessimple(last, last.fixer(2,0,2,0)
\ , mappings="[1230 7734]  [7920 9843] [9898 14228] [15095 23619] [23910 26413] [26460 28510] [28674 29359] [29397 145756] [145890 172660]")
 
spline36resize(1280,692,0,1,0,-1)