]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_resize.yml
A little debugging.
[mlt] / src / modules / core / filter_resize.yml
index a99444e693086f7182e3ca83714d39aae5b90d45..18cb8ffad45f10cdee4465df88dc3699850bd9d6 100644 (file)
@@ -1,8 +1,8 @@
 schema_version: 0.1
 type: filter
 identifier: resize
-title: Resize
-version: 1
+title: Pad
+version: 2
 copyright: Ushodaya Enterprises Limited
 creator: Charles Yates <charles.yates@pandora.be>
 license: LGPLv2.1
@@ -10,24 +10,9 @@ language: en
 tags:
   - Video
   - Hidden
-description: >
-  Image scaling and padding and field order adjustment.
+description: Pad an image with black to fulfill the requested image size.
 notes: >
   Normally resize is used to pad the producer's output to what the consumer has 
   requested after an upstream rescale filter first scales the image to maximise 
-  usage of the image area. This filter also adjusts the field order to lower 
-  field first if the frame property "top_field_first" has been set to 1. 
-  Therefore, when done, it sets the top_field_first to 0. This filter is 
-  automatically invoked by the loader as part of image sample aspect ratio 
-  normalisation.
-bugs:
-  - Assumes lower field first output.
-parameters:
-  - identifier: argument
-    title: Scale
-    type: string
-    description: The scaling method.
-    values:
-      - affine
-    required: no
-    readonly: no
+  usage of the image area. This filter is automatically invoked by the loader
+  as part of image normalisation.