]> git.sesse.net Git - movit/blob - effectlist.txt
Make it possible to instantiate the colorspace conversion effect separately.
[movit] / effectlist.txt
1                                   linear light?
2
3 geometrical (5)
4  
5  * crop                                0
6  * rotate                             +1
7  * lens correction                    +1
8  * mirror/flip                         0
9  * aspect ratio change                 0
10  
11 time (2)
12  
13  * slowmo/speedup                     ??
14  * stabilize                          ??
15  
16 spatial (6)
17  
18  * blur                               +2
19  * sharpen                            +2
20  * denoise                            +2
21  * glow                               +2 
22  * vignette                            0
23  * diffuse                            +2
24  
25 color and exposure (5)
26  
27  * brightness/contrast                +2
28  * hue/saturation/value               +2
29  * levels/curves                      -1
30  * lift/gamma/gain                    +2
31  * white balance                      +2
32  
33 misc (1)
34  
35  * chroma key                         ??
36
37
38 linear light key:
39
40  * -1: actively harmful
41  *  0: don't care
42  *  1: would be nice 
43  *  2: important