Leon
Jump to navigation
Jump to search
crop(4,132,-2,-132) safe = Crop(6, 6, -6, -6) ConvertToYV24() base1 = Crop(6, 0, 0, 0) left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=1.03) left2 = Crop(1, 0, 2 - Width(), 0) left3 = Crop(2, 0, 3 - Width(), 0).Tweak(cont=1.02) left4 = Crop(3, 0, 4 - Width(), 0) left5 = Crop(4, 0, 5 - Width(), 0).Tweak(cont=1.02) left6 = Crop(5, 0, 6 - Width(), 0) StackHorizontal(left1, left2, left3, left4, left5, left6, base1) base2 = Crop(0, 0, -6, 0) right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=1.12) right2 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=1.05) right3 = Crop(Width() - 3, 0, -2, 0) right4 = Crop(Width() - 4, 0, -3, 0).Tweak(cont=1.03) right5 = Crop(Width() - 5, 0, -4, 0) right6 = Crop(Width() - 6, 0, -5, 0).Tweak(cont=1.01) StackHorizontal(base2, right6, right5, right4, right3, right2, right1) base3 = Crop(0, 6, 0, 0) t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.13) t2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.9) t3 = Crop(0, 2, 0, 3 - Height()) t4 = Crop(0, 3, 0, 4 - Height()) t5 = Crop(0, 4, 0, 5 - Height()).Tweak(cont=0.97) t6 = Crop(0, 5, 0, 6 - Height()) StackVertical(t1, t2, t3, t4, t5, t6, base3) base4 = Crop(0, 0, 0, -6) b1 = Crop(0, Height() - 1, 0, 0).Tweak(cont=1.16) b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.9) b3 = Crop(0, Height() - 3, 0, -2) b4 = Crop(0, Height() - 4, 0, -3) b5 = Crop(0, Height() - 5, 0, -4).Tweak(cont=0.97) b6 = Crop(0, Height() - 6, 0, -5) StackVertical(base4, b6, b5, b4, b3, b2, b1) ConvertToYV12() Overlay(last, safe, x=6, y=6) BBMod(3,3,3,3) SmoothLevels(gamma=0.88) spline36resize(1280,546) Trim(12300,174500).SelectRangeEvery(3000,200)