]> git.sesse.net Git - mlt/blob - src/modules/xml/consumer_xml.yml
Transcribe service metadata from services.txt to corresponding yml
[mlt] / src / modules / xml / consumer_xml.yml
1 schema_version: 0.1
2 type: consumer
3 identifier: xml
4 title: XML
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Dan Dennedy
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12   - Video
13 description: >
14   Serialise the service network to XML. See docs/mlt-xml.txt for more 
15   information.
16 bugs: >
17    Untested arbitrary nesting of multitracks and playlists. Property "id" is 
18    generated as service type followed by number if no property named "id" 
19    exists, but it fails to guarantee uniqueness.
20 parameters:
21   - identifier: argument
22     title: File
23     type: string
24     description: The name of a file in which to store the XML.
25     readonly: no
26     required: yes
27     mutable: no
28     default: stdout
29     widget: fileopen