]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_obscure.yml
Cleanup Brian's service metadata contribution.
[mlt] / src / modules / core / filter_obscure.yml
index 6fbe30bfdaa2b9f464c7534eef173d6b29dc5082..6d493a8b2030007cef4089ec853ea8a84da54e48 100644 (file)
@@ -9,3 +9,18 @@ license: LGPLv2.1
 language: en
 tags:
   - Video
+description: >
+   Obscuring filter.
+parameters:
+  - identifier: argument
+    title: Start
+    type: string
+    description: >
+      The starting rectangle is given in the format X/Y:WxH[:PWxPY] where
+      PWxPY is the size of the averaging region in pixels.
+  - identifier: end
+    title: End
+    type: string
+    description: >
+      The ending rectangle is given in the format X/Y:WxH[:PWxPY] where
+      PWxPY is the size of the averaging region in pixels.