]> git.sesse.net Git - mlt/blobdiff - src/modules/xml/consumer_xml.yml
Transcribe service metadata from services.txt to corresponding yml
[mlt] / src / modules / xml / consumer_xml.yml
index 1047b20eb2bd3068de427a93d5b6cfab75e5c437..5046dde79911de67c2eb527bab76c7655e744487 100644 (file)
@@ -10,3 +10,20 @@ language: en
 tags:
   - Audio
   - Video
+description: >
+  Serialise the service network to XML. See docs/mlt-xml.txt for more 
+  information.
+bugs: >
+   Untested arbitrary nesting of multitracks and playlists. Property "id" is 
+   generated as service type followed by number if no property named "id" 
+   exists, but it fails to guarantee uniqueness.
+parameters:
+  - identifier: argument
+    title: File
+    type: string
+    description: The name of a file in which to store the XML.
+    readonly: no
+    required: yes
+    mutable: no
+    default: stdout
+    widget: fileopen