aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2020-01-06 21:10:09 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2020-01-06 21:10:09 +0530
commitd0b0e8ecc89c53b497845703dfa92da008dbdd33 (patch)
tree72db8e335b08859a0cc53d481e8da713a429ee3e
parent71ac3b6edcf9fe10d6ae5abe4deb64cc2388085f (diff)
downloadffmpeg-d0b0e8ecc89c53b497845703dfa92da008dbdd33.tar.gz
doc/filters: indicate commands for scale2ref
-rw-r--r--doc/filters.texi13
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.