]> git.sesse.net Git - mlt/blobdiff - src/modules/gtk2/producer_pixbuf.yml
Fix applying properties preset with multi consumer.
[mlt] / src / modules / gtk2 / producer_pixbuf.yml
index ca6475d80aafc4ff1e4c156adc5b05d65e4b131c..edd1073f48841aeceb11e545ecd5ebf72912cbe0 100644 (file)
@@ -2,7 +2,7 @@ schema_version: 0.1
 type: producer
 identifier: pixbuf
 title: GDK-PixBuf
-version: 1
+version: 2
 copyright: Ushodaya Enterprises Limited
 creator: Dan Dennedy
 license: LGPLv2.1
@@ -26,10 +26,14 @@ parameters:
         See the output of gdk-pixbuf-query-loaders.
         Definitely png, jpeg, tiff, pnm, and xpm will work.
         
-        If "%" in filename, the filename is used with sprintf generate a 
+        If "%" in filename, the filename is used with sprintf to generate a
         filename from a counter for multi-file/flipbook animation. The file 
         sequence ends when numeric discontinuity >100.
         
+        If the file sequence does not begin within the count of 100 you
+        can pass the begin property like a query string parameter, for
+        example: anim-%04d.png?begin=1000.
+        
         If filename contains "/.all.", suffix with an extension to load all 
         pictures with matching extension from a directory.
         
@@ -59,13 +63,13 @@ parameters:
     mutable: yes
     widget: spinner
     
-  - identifier: real_width
+  - identifier: meta.media.width
     title: Real width
     type: integer
     description: The original, unscaled width of the rendered image.
     readonly: yes
     
-  - identifier: real_height
+  - identifier: meta.media.height
     title: Real height
     type: integer
     description: The original, unscaled height of the rendered image.
@@ -104,3 +108,12 @@ parameters:
     type: float
     description: Optionally override a (mis)detected aspect ratio
     mutable: yes
+
+  - identifier: loop
+    title: Loop sequence of images indefinitively
+    description: when 1 (default) loop sequences of images, when 0, play them only once
+    type: integer
+    default: 1
+    minimum: 0
+    maximum: 1
+    widget: checkbox