]> git.sesse.net Git - mlt/blobdiff - src/modules/oldfilm/filter_vignette.yml
Add exit_on_disconnect property to avformat producer.
[mlt] / src / modules / oldfilm / filter_vignette.yml
index c6ee79c25dffc8997b249ad1c52aa6daed668adb..1b5389700efa80026ecad2f6959005c615baa9cf 100644 (file)
@@ -22,12 +22,63 @@ bugs: # this can be just for documentation, or the tool may disclose it to help
   - need to do some speed improvement.
 
 parameters:
-  - 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"
+  - identifier: smooth
+    title: Feathering
+    type: float
     readonly: no
     required: yes
     mutable: no
-    format: %d:%d:%dx%d:%d
-    default: 80:50%:50%:50%:0
+    minimum: 0.0
+    maximum: 1.0
+    default: 0.8
+
+  - identifier: radius
+    title: Radius
+    type: float
+    readonly: no
+    required: yes
+    mutable: no
+    minimum: 0.0
+    maximum: 1.0
+    default: 0.5
+
+  - identifier: x
+    title: X Position
+    type: float
+    readonly: no
+    required: yes
+    mutable: no
+    minimum: 0.0
+    maximum: 1.0
+    default: 0.5
+
+  - identifier: y
+    title: Y Position
+    type: float
+    readonly: no
+    required: yes
+    mutable: no
+    minimum: 0.0
+    maximum: 1.0
+    default: 0.5
+
+  - identifier: opacity
+    title: Opacity
+    type: float
+    readonly: no
+    required: yes
+    mutable: no
+    minimum: 0.0
+    maximum: 1.0
+    default: 0.0
+  - identifier: mode
+    title: Mode
+    type: integer
+    description:  Use linear (0) or cosinus (1) mode to fade from opac to black
+    readonly: no
+    required: yes
+    mutable: no
+    minimum: 0
+    maximum: 1
+    default: 0
+    widget: checkbox