]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_mono.yml
Fix reading binary files on Windows.
[mlt] / src / modules / core / filter_mono.yml
index aed5ae82e6f81f6426015e21582b4c66b9147449..a11612b4bf62fd6035666cdeeb9c63d86f890667 100644 (file)
@@ -9,3 +9,14 @@ license: LGPLv2.1
 language: en
 tags:
   - Audio
+description: >
+  Mix all channels of audio into a mono signal and output it as N channels.
+parameters:
+  - identifier: argument
+    title: channels
+    type: integer
+    description: >
+      Set the number of output channels.
+      The default is automatic based on consumer request.
+    required: no
+    minimum: 1