]> 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 7707638efe7a6f7fdef54f1d7f483ad1ce51ce2f..edd1073f48841aeceb11e545ecd5ebf72912cbe0 100644 (file)
@@ -26,11 +26,13 @@ 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 to 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 with the count of 100, you can also embed the number
-               of the first image between the "%" and a "d", "i", or "u".
+        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.
@@ -106,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