]> git.sesse.net Git - mlt/blob - src/modules/core/producer_consumer.yml
0d1bcc8afcc58fb119fbbeac183de977f3f2e3f8
[mlt] / src / modules / core / producer_consumer.yml
1 schema_version: 0.1
2 type: producer
3 identifier: consumer
4 title: Consumer as Producer
5 version: 2
6 copyright: Ushodaya Enterprises Limited
7 creator: Dan Dennedy
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12   - Video
13 parameters:
14   - identifier: argument
15     title: File/URL
16     type: string
17     description: A file name, URL, or producer name.
18     required: yes
19
20   - identifier: profile
21     title: Profile
22     type: string
23     description: >
24       The name of a MLT profile with which to load the resource. This defaults
25       to the composition's profile, but could be overridden by the profile
26       in MLT XML. Also, the value "auto" triggers profile detection.
27
28   - identifier: autoprofile
29     title: Auto-profile
30     type: integer
31     description: Generate a new, custom profile from the encapsulated resource.
32     minimum: 0
33     maximum: 1
34     default: 0