]> git.sesse.net Git - mlt/blob - src/modules/dv/producer_libdv.yml
3b3138616f882ffd63aaa097ce5138c4b315fd04
[mlt] / src / modules / dv / producer_libdv.yml
1 schema_version: 0.1
2 type: producer
3 identifier: libdv
4 title: libdv
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Charles Yates
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12   - Video
13 description: A libdv based decoder for video and audio.
14 parameters:
15   - identifier: argument
16     title: File
17     type: string
18     required: yes
19     readonly: no
20     widget: fileopen
21     
22   - identifier: in
23     title: In point
24     type: time
25     description: Set the start time offset to use within the clip
26     readonly: no
27     mutable: no
28     minimum: 0
29     default: 0
30     widget: timecode
31
32   - identifier: out
33     title: Out point
34     type: time
35     description: Set the ending time offset to use within the clip
36     readonly: no
37     minimum: 0
38     mutable: no
39     widget: timecode
40     
41   - identifier: resource
42     title: Resource
43     type: string
44     readonly: yes
45
46   - identifier: length
47     title: Length
48     type: time
49     description: The duration of the file (in frames)
50     readonly: yes
51     widget: timecode
52     
53   - identifier: quality
54     title: Quality
55     type: string
56     description: One of "best," "fast" or anything else chooses medium.
57     readonly: no
58     mutable: yes
59     widget: combobox
60     default: best