[FFmpeg-cvslog] r23052 - trunk/doc/libavfilter.texi

stefano subversion
Fri May 7 14:52:46 CEST 2010


Author: stefano
Date: Fri May  7 14:52:46 2010
New Revision: 23052

Log:
Document the pad filter.

Modified:
   trunk/doc/libavfilter.texi

Modified: trunk/doc/libavfilter.texi
==============================================================================
--- trunk/doc/libavfilter.texi	Fri May  7 14:42:26 2010	(r23051)
+++ trunk/doc/libavfilter.texi	Fri May  7 14:52:46 2010	(r23052)
@@ -177,6 +177,41 @@ input to the vflip filter.
 
 Pass the source unchanged to the output.
 
+ at section pad
+
+Add paddings to the input image, and places the original input at the
+given coordinates @var{x}, @var{y}.
+
+It accepts the following parameters:
+ at var{width}:@var{height}:@var{x}:@var{y}:@var{color}.
+
+Follows the description of the accepted parameters.
+
+ at table @option
+ at item width, height
+
+Specify the size of the output image with the paddings added. If the
+value for @var{width} or @var{height} is 0, the corresponding input size
+is used for the output.
+
+The default value of @var{width} and @var{height} is 0.
+
+ at item x, y
+
+Specify the offsets where to place the input image in the padded area
+with respect to the top/left border of the output image.
+
+The default value of @var{x} and @var{y} is 0.
+
+ at item color
+
+Specify the color of the padded area, it can be the name of a color
+(case insensitive match) or a 0xRRGGBB[AA] sequence.
+
+The default value of @var{color} is ``black''.
+
+ at end table
+
 @section scale
 
 Scale the input video to @var{width}:@var{height} and/or convert the image format.



More information about the ffmpeg-cvslog mailing list