]> git.sesse.net Git - mlt/blob - src/modules/oldfilm/filter_grain.yml
b5e615319048e185f37452f0e397db3441e61b21
[mlt] / src / modules / oldfilm / filter_grain.yml
1 schema_version: 0.1
2 type: filter # consumer, filter, producer, or transition
3 identifier: grain
4 title: Grain
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: Grain over the Image 
14 icon:
15   filename: oldfilm/grain.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: noise
24     title: Noise
25     type: integer
26     description: Maximal value of noise
27     readonly: no
28     required: yes
29     minimum: 0
30     maximum: 200
31     default: 40
32     mutable: no
33     widget: spinner
34     unit: %
35
36   - identifier: contrast
37     title: Contrast
38     type: integer
39     description: Adjust contrast for the image
40     readonly: no
41     required: yes
42     minimum: 0
43     maximum: 400
44     default: 160
45     mutable: no
46     widget: spinner
47
48   - identifier: brightness
49     title: Brightness
50     type: integer
51     description: Adjust brightness for the image
52     readonly: no
53     required: yes
54     minimum: 0
55     maximum: 400
56     default: 70
57     mutable: no
58     widget: spinner