View difference between Paste ID: KBQWHtpc and ZrHGkm2t
SHOW: | | - or go back to the newest paste.
1
ffvideosource("A:\00001.ts")
2
crop(0,138,0,-138)
3
safe = Crop(0, 4, 0, -4)
4
ConvertToYV24()
5
 
6
base1 = Crop(0, 4, 0, 0)
7
 
8
t1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.88)
9
t2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.95)
10
t3 = Crop(0, 2, 0, 3 - Height())
11
t4 = Crop(0, 3, 0, 4 - Height()).Tweak(cont=1.01)
12
StackVertical(t1, t2, t3, t4, base1)
13
 
14
base2 = Crop(0, 0, 0, -4)
15
 
16
b1 = Crop(0, Height() - 1, 0, 0).Tweak(cont=1.71)
17
b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.92)
18
b3 = Crop(0, Height() - 3, 0, -2).Tweak(cont=1.05)
19
b4 = Crop(0, Height() - 4, 0, -3).Tweak(cont=1.01)
20
21
StackVertical(base2, b4, b3, b2, b1)
22
Overlay(last, safe, x=0, y=4)