]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_region.yml
Transcribe service metadata from services.txt to corresponding yml
[mlt] / src / modules / core / filter_region.yml
index 24aa9fe3cef34abbe0d9416c1b4111bd396e31d0..5916b0d70df92c8685dececee1856262fe146443 100644 (file)
@@ -9,3 +9,20 @@ license: LGPLv2.1
 language: en
 tags:
   - Video
+description: >
+   Apply one or more filters to a region of the video image. The region can be 
+   shaped as well using the alpha channel of another producer.
+bugs: "circle" is unpredictable in the absence of the librsvg pixbuf loader.
+parameters:
+  - identifier: argument
+    title: File
+    type: string
+    description: >
+       A file whose alpha channel will "shape"  the region. The string "circle" 
+       is a shortcut but it requires pixbuf with the librsvg loader. The circle 
+       is automatically stretched to the region to create an ellipse.
+  - identifier: region.*
+    title: Region
+    description: >
+       Properties may be set on the encapsulated region transition.See "region" 
+       transition for details.