]> git.sesse.net Git - mlt/blob - src/modules/vorbis/producer_vorbis.yml
c5e87e24e5ecd2de5e56bea47e173e9a47feb349
[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     readonly: yes
28     
29   - identifier: in
30     title: In point
31     type: time
32     description: Set the start time offset to use within the clip
33     readonly: no
34     mutable: no
35     minimum: 0
36     default: 0
37     widget: timecode
38     
39   - identifier: out
40     title: Out point
41     type: time
42     description: Set the ending time offset to use within the clip
43     readonly: no
44     minimum: 0
45     mutable: no
46     widget: timecode