]> git.sesse.net Git - mlt/blobdiff - src/modules/xml/consumer_xml.yml
add time_format property to xml consumer
[mlt] / src / modules / xml / consumer_xml.yml
index de09c11af1a00bb1c374164bddac30c471ed0d53..a310b953fff50cf84fc484a4e2b4dd316eec7e50 100644 (file)
@@ -71,3 +71,15 @@ parameters:
     maximum: 1
     default: 0
     widget: checkbox
+
+  - identifier: time_format
+    title: Time format
+    type: string
+    description: Output time-based values as timecode or clock formats.
+    values:
+      - frames
+      - smpte # or SMPTE
+      - timecode # same as smpte
+      - clock # or CLOCK
+    default: frames
+    widget: dropdown