Merge ../mlt
[melted] / src / modules / oldfilm / filter_vignette.yml
index 2c5ed8d..a63bd47 100644 (file)
@@ -22,14 +22,14 @@ bugs: # this can be just for documentation, or the tool may disclose it to help
   - need to do some speed improvement.
 
 parameters:
-  - identifier: Smooth;Radius;X;Y;Max Opacity # 'argument' is a reserved name for a value supplied to the factory
-    title: Start value  # the title can be used as a label for the widget
-    type: string
+  - identifier: geometry # 'argument' is a reserved name for a value supplied to the factory
+    title: Geometry Value  # the title can be used as a label for the widget
+    type: geometry
     description: Start position, "smooth":"radius","X"x"Y","maxopac"
     readonly: no
     required: yes
     mutable: no
-    format: %d:%d,%dx%d,%d
-    minimum: 0;0;0;0;0
-    maximum: 100;100;100;100;100
-    default: 80;50;50;50;0
+    format: %d:%d:%dx%d:%d
+    minimum: 0:0:0:0:0
+    maximum: 100:100:100:100:100
+    default: 80:50%:50%:50%:0