]> git.sesse.net Git - mlt/blob - src/modules/oldfilm/filter_lines.yml
Merge ../mlt++
[mlt] / src / modules / oldfilm / filter_lines.yml
1 schema_version: 0.1
2 type: filter # consumer, filter, producer, or transition
3 identifier: lines
4 title: Scratchlines
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: Scratchlines over the Picture
14 icon:
15   filename: oldfilm/lines.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: width
24     title: Width of line
25     type: integer
26     description: Linewidth in picture
27     readonly: no
28     required: yes
29     minimum: 0
30     maximum: 100
31     default: 2
32     mutable: no
33     widget: spinner
34     unit: pixel
35
36   - identifier: num
37     title: Max number of lines
38     type: integer
39     description: Maximal number of lines in picture
40     readonly: no
41     required: yes
42     minimum: 0
43     maximum: 100
44     default: 5
45     mutable: no
46     widget: spinner
47     unit: lines
48
49   - identifier: darker
50     title: Max darker
51     type: integer
52     description: Make image up to n values darker behind line
53     readonly: no
54     required: yes
55     minimum: 0
56     maximum: 100
57     default: 40
58     mutable: no
59     widget: spinner
60
61   - identifier: lighter
62     title: Max lighter
63     type: integer
64     description: Make image up to n values lighter behind line
65     readonly: no
66     required: yes
67     minimum: 0
68     maximum: 100
69     default: 40
70     mutable: no
71     widget: spinner
72
73