diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2012-10-15 11:28:45 -0600 |
---|---|---|
committer | rogerdpack <rogerpack2005@gmail.com> | 2012-10-15 11:28:45 -0600 |
commit | dfd085aae2a1ffe02686794140a0f9ee5ddf8386 (patch) | |
tree | ab02258d514a18d51e1c6ff21cc15a870f91bb6b /doc/filters.texi | |
parent | a8eaa9ebc670ffa0dfc008d032c5239ab2d10ced (diff) | |
download | ffmpeg-dfd085aae2a1ffe02686794140a0f9ee5ddf8386.tar.gz |
docu: add word resize to scale filter, to make searching for the word resize simpler
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 938372c826..c564c269f1 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2999,7 +2999,7 @@ pixels will slow things down on a large logo. @section scale -Scale the input video to @var{width}:@var{height}[:@var{interl}=@{1|-1@}] and/or convert the image format. +Scale (resize) the input video to @var{width}:@var{height}[:@var{interl}=@{1|-1@}] and/or convert the image format. The scale filter forces the output display aspect ratio to be the same of the input, by changing the output sample aspect ratio. |