diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2020-01-06 21:10:09 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2020-01-06 21:10:09 +0530 |
commit | d0b0e8ecc89c53b497845703dfa92da008dbdd33 (patch) | |
tree | 72db8e335b08859a0cc53d481e8da713a429ee3e | |
parent | 71ac3b6edcf9fe10d6ae5abe4deb64cc2388085f (diff) | |
download | ffmpeg-d0b0e8ecc89c53b497845703dfa92da008dbdd33.tar.gz |
doc/filters: indicate commands for scale2ref
-rw-r--r-- | doc/filters.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index f148f9e7b0..9d4390fa22 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -16317,6 +16317,19 @@ Scale a logo to 1/10th the height of a video, while preserving its display aspec @end example @end itemize +@subsection Commands + +This filter supports the following commands: +@table @option +@item width, w +@item height, h +Set the output video dimension expression. +The command accepts the same syntax of the corresponding option. + +If the specified expression is not valid, it is kept at its current +value. +@end table + @section scroll Scroll input video horizontally and/or vertically by constant speed. |