From 1ff93ffcd442d406f49af461ac77686e4d890aa0 Mon Sep 17 00:00:00 2001 From: Todd Kirby Date: Thu, 8 Apr 2004 18:54:40 +0000 Subject: padding support in ffmpeg patch by (Todd Kirby ) Originally committed as revision 2982 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffmpeg-doc.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/ffmpeg-doc.texi') diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index cae8250e0d..56ee8022bc 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -234,6 +234,18 @@ set bottom crop band size (in pixels) set left crop band size (in pixels) @item -cropright size set right crop band size (in pixels) +@item -padtop size +set top pad band size (in pixels) +@item -padbottom size +set bottom pad band size (in pixels) +@item -padleft size +set left pad band size (in pixels) +@item -padright size +set right pad band size (in pixels) +@item -padcolor color +set right pad band size (hex). The value for pad color is expressed +as a six digit hexidecimal number where the first two digits represent red, +middle two digits green and last two digits blue. Defaults to 000000 (black) @item -vn disable video recording @item -bt tolerance -- cgit v1.2.3