]> git.sesse.net Git - mlt/blob - src/modules/plus/filter_sepia.yml
Add lift_gamma_gain filter.
[mlt] / src / modules / plus / filter_sepia.yml
1 schema_version: 0.1
2 type: filter
3 identifier: sepia
4 title: Sepia
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Charles Yates
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Video
12 description: >
13   Apply a color tint. Default values give a sepia tone like an old photograph.
14 parameters:
15   - identifier: u
16     type: integer
17     title: Yellow-Blue
18     minimum: 0
19     maximum: 255
20     default: 75
21
22   - identifier: v
23     type: integer
24     title: Cyan-Red
25     minimum: 0
26     maximum: 255
27     default: 150