]> git.sesse.net Git - mlt/blob - src/modules/vorbis/producer_vorbis.yml
Convert services.txt to metadata YAML (WIP).
[mlt] / src / modules / vorbis / producer_vorbis.yml
1 schema_version: 0.1
2 type: producer
3 identifier: vorbis
4 title: Ogg Vorbis
5 version: 1
6 copyright: Visual Media FX ?
7 creator: Charles Yates
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12 description: |
13   OGG Vorbis file reader.
14 parameters:
15   - identifier: argument
16     title: File
17     type: string
18     description: File to use (only .ogg supported at the moment)
19     readonly: no
20     required: yes
21     mutable: no
22     widget: fileopen
23     
24   - identifier: resource
25     title: Resource
26     type: string
27     description: File location. See "argument" above.
28     readonly: yes
29     
30   - identifier: in
31     title: In point
32     type: time
33     description: Set the start time offset to use within the clip
34     readonly: no
35     mutable: no
36     minimum: 0
37     default: 0
38     widget: timecode
39     
40   - identifier: out
41     title: Out point
42     type: time
43     description: Set the ending time offset to use within the clip
44     readonly: no
45     minimum: 0
46     mutable: no
47     widget: timecode
48     
49   - identifier: fps
50     title: Frame Rate
51     type: double
52     description: The output frame rate of the producer
53     readonly: yes