]> git.sesse.net Git - mlt/blobdiff - src/modules/decklink/producer_decklink.yml
Add vanc property to decklink producer.
[mlt] / src / modules / decklink / producer_decklink.yml
index efa9f01d0ba14a6a4256df5ed6d4783a3b0f23a4..d75047c57029a316ff0ded9b9378d868b7444178 100644 (file)
@@ -62,3 +62,16 @@ parameters:
     minimum: 0
     unit: frames
     widget: spinner
+
+  - identifer: vanc
+    title: Vertical ancillary capture
+    description: >
+      Captures vertical ancillary data as image data and places it at the top
+      of the visible/active image.
+      You can either set the number of lines to capture or use -1 for automatic
+      (32 lines) mode.
+    type: integer
+    minimum: -1
+    default: 0
+    unit: lines
+    widget: spinner