]> git.sesse.net Git - mlt/blob - src/modules/oldfilm/filter_dust.yml
7460b607446a1ca9b7cfecc7b2fc93aefcdc5cfd
[mlt] / src / modules / oldfilm / filter_dust.yml
1 schema_version: 0.1
2 type: filter # consumer, filter, producer, or transition
3 identifier: dust
4 title: Dust
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: Add dust and specks to the Video, as in old movies
14 icon:
15   filename: oldfilm/fdust.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: maxdiameter
24     title: Maximal Diameter
25     type: integer
26     description: Maximal diameter of a dust piece
27     readonly: no
28     required: yes
29     minimum: 0
30     maximum: 100
31     default: 2
32     mutable: no
33     widget: spinner
34     unit: %
35
36   - identifier: maxcount
37     title: Maximal number of dust 
38     type: integer
39     description: How many dust pieces are on the image
40     readonly: no
41     required: yes
42     minimum: 0
43     maximum: 400
44     default: 10
45     mutable: no
46     widget: spinner
47