Difference between revisions of "Gone in Sixty Seconds"
Jump to navigation
Jump to search
(Created page with "<pre>LoadPlugin("D:\Encode\DG\x64 Binaries\DGDecodeNV.dll") DGSource("D:\encode\60seconds.dgi") crop(0,132,0,-132) safe = Crop(0, 6, 0, -6) ConvertToYV24() base1 = Crop(0, 6...") |
|||
| Line 20: | Line 20: | ||
b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.91) | b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.91) | ||
b3 = Crop(0, Height() - 3, 0, -2) | b3 = Crop(0, Height() - 3, 0, -2) | ||
b4= Crop(0, Height() - 4, 0, -3).Tweak(cont=1.03) | b4 = Crop(0, Height() - 4, 0, -3).Tweak(cont=1.03) | ||
b5 = Crop(0, Height() - 5, 0, -4).Tweak(cont=0.97) | b5 = Crop(0, Height() - 5, 0, -4).Tweak(cont=0.97) | ||
b6 = Crop(0, Height() - 6, 0, -5).Tweak(cont=0.98) | b6 = Crop(0, Height() - 6, 0, -5).Tweak(cont=0.98) | ||
Latest revision as of 09:15, 30 November 2021
LoadPlugin("D:\Encode\DG\x64 Binaries\DGDecodeNV.dll")
DGSource("D:\encode\60seconds.dgi")
crop(0,132,0,-132)
safe = Crop(0, 6, 0, -6)
ConvertToYV24()
base1 = Crop(0, 6, 0, 0)
t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.23)
t2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.91)
t3 = Crop(0, 2, 0, 3 - Height())
t4 = Crop(0, 3, 0, 4 - Height()).Tweak(cont=1.03)
t5 = Crop(0, 4, 0, 5 - Height()).Tweak(cont=0.97)
t6 = Crop(0, 5, 0, 6 - Height()).Tweak(cont=0.98)
StackVertical(t1, t2, t3, t4, t5, t6, base1)
base2 = Crop(0, 0, 0, -6)
b1 = Crop(0, Height() - 1, 0, 0).Tweak(cont=1.21)
b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.91)
b3 = Crop(0, Height() - 3, 0, -2)
b4 = Crop(0, Height() - 4, 0, -3).Tweak(cont=1.03)
b5 = Crop(0, Height() - 5, 0, -4).Tweak(cont=0.97)
b6 = Crop(0, Height() - 6, 0, -5).Tweak(cont=0.98)
StackVertical(base2, b6, b5, b4, b3, b2, b1)
ConvertToYV12()
Overlay(last, safe, x=0, y=6)
spline36resize(1280,544)