From: Brian Matherly Date: Mon, 12 Mar 2012 02:11:02 +0000 (-0500) Subject: Fix broken pixbuf and qimage producer metadata. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ecbd8cb50b22a3e35330a78573e16a3dfabe48d1;p=mlt Fix broken pixbuf and qimage producer metadata. --- diff --git a/src/modules/gtk2/producer_pixbuf.yml b/src/modules/gtk2/producer_pixbuf.yml index 7707638e..b5f419d0 100644 --- a/src/modules/gtk2/producer_pixbuf.yml +++ b/src/modules/gtk2/producer_pixbuf.yml @@ -26,11 +26,11 @@ 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 with the count of 100, you can also embed the number + of the first image between the "%" and a "d", "i", or "u". If filename contains "/.all.", suffix with an extension to load all pictures with matching extension from a directory. diff --git a/src/modules/qimage/producer_qimage.yml b/src/modules/qimage/producer_qimage.yml index 71c789e5..f496b41c 100644 --- a/src/modules/qimage/producer_qimage.yml +++ b/src/modules/qimage/producer_qimage.yml @@ -9,99 +9,98 @@ license: GPLv2 language: en tags: - Video - description: > - A still graphics to video generator using Qt QImage - notes: > - QImage has builtin scaling. It will rescale the originally rendered title to - whatever the consumer requests. Therefore, it will lose its aspect ratio if - so requested, and it is up to the consumer to request a proper width and - height that maintains the image aspect. -foo +description: > + A still graphics to video generator using Qt QImage +notes: > + QImage has builtin scaling. It will rescale the originally rendered title to + whatever the consumer requests. Therefore, it will lose its aspect ratio if + so requested, and it is up to the consumer to request a proper width and + height that maintains the image aspect. parameters: - identifier: argument - title: File - type: string - description: > - The name of a graphics file loadable by Qt. + title: File + type: string + description: > + The name of a graphics file loadable by Qt. - 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". + 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". - If filename contains "/.all.", suffix with an extension to load all - pictures with matching extension from a directory. + If filename contains "/.all.", suffix with an extension to load all + pictures with matching extension from a directory. - If filename contains the string " - Reload the file instead of using its cached image. This property - automatically resets itself once it has been set 1 and processed. - minimum: 0 - maximum: 1 - mutable: yes + type: integer + description: > + Reload the file instead of using its cached image. This property + automatically resets itself once it has been set 1 and processed. + minimum: 0 + maximum: 1 + mutable: yes - identifier: disable_exif - title: Disable auto-rotation - type: integer - minimum: 0 - maximum: 1 - widget: checkbox + title: Disable auto-rotation + type: integer + minimum: 0 + maximum: 1 + widget: checkbox - identifier: force_aspect_ratio - title: Sample aspect ratio - type: float - description: Optionally override a (mis)detected aspect ratio - mutable: yes + title: Sample aspect ratio + type: float + description: Optionally override a (mis)detected aspect ratio + mutable: yes