]> git.sesse.net Git - mlt/blob - src/modules/oldfilm/filter_tcolor.yml
Merge ../mlt++
[mlt] / src / modules / oldfilm / filter_tcolor.yml
1 schema_version: 0.1
2 type: filter # consumer, filter, producer, or transition
3 identifier: tcolor
4 title: Technicolor
5 version: 0.2.5
6 copyright: Copyright (C) 2008 Marco Gittler
7 license: GPL
8 language: en
9 url: none
10 creator: Marco Gittler
11 tags:
12   - Video # this may produce video
13 description: Oversaturate the Color in Video, like in old Technicolor movies
14 icon:
15 filename: oldfilm/tcolor.svg # relative to $MLT_DATA/modules/
16   content-type: image/svg
17
18 notes: Implementation or additional usage notes go here.
19 bugs: # this can be just for documentation, or the tool may disclose it to help user avoid pitfalls
20   - need to do some speed improvement.
21
22 parameters:
23   - identifier: oversaturate_cr # 'argument' is a reserved name for a value supplied to the factory
24     title: Blue/Yellow- axis
25     type: integer
26     description: Adjust factor for Blue/Yellow axis
27     readonly: no
28     required: yes
29     minimum: -400
30     maximum: 400
31     default: 190
32     mutable: no
33     widget: spinner
34
35   - identifier: oversaturate_cb
36     title: Red/Green-axis
37     type: integer
38     description: Adjust factor for Red/Green axis
39     readonly: no
40     required: yes
41     minimum: -400
42     maximum: 400
43     default: 190
44     mutable: no
45     widget: spinner