diff options
author | Todd Kirby <doubleshot@pacbell.net> | 2004-04-08 18:54:40 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-08 18:54:40 +0000 |
commit | 1ff93ffcd442d406f49af461ac77686e4d890aa0 (patch) | |
tree | 0ae376b7a86c62e3fa2fed3b869666a9d523087b /doc/ffmpeg-doc.texi | |
parent | 929a0c41d59fc6d386bdc18f1df73a68a80c584f (diff) | |
download | ffmpeg-1ff93ffcd442d406f49af461ac77686e4d890aa0.tar.gz |
padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)
Originally committed as revision 2982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 12 |
1 files changed, 12 insertions, 0 deletions
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 |