[FFmpeg-cvslog] r25564 - trunk/doc/filters.texi
stefano
subversion
Mon Oct 25 06:15:23 CEST 2010
Author: stefano
Date: Mon Oct 25 06:15:22 2010
New Revision: 25564
Log:
Add example to the filter pad documentation.
Modified:
trunk/doc/filters.texi
Modified: trunk/doc/filters.texi
==============================================================================
--- trunk/doc/filters.texi Sun Oct 24 18:55:42 2010 (r25563)
+++ trunk/doc/filters.texi Mon Oct 25 06:15:22 2010 (r25564)
@@ -426,6 +426,15 @@ The default value of @var{color} is "bla
@end table
+For example:
+
+ at example
+# Add paddings with color "violet" to the input video. Output video
+# size is 640x480, the top-left corner of the input video is placed at
+# row 0, column 40.
+pad=640:480:0:40:violet
+ at end example
+
@section pixdesctest
Pixel format descriptor test filter, mainly useful for internal
More information about the ffmpeg-cvslog
mailing list