]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: indicate commands for scale2ref
authorGyan Doshi <ffmpeg@gyani.pro>
Mon, 6 Jan 2020 15:40:09 +0000 (21:10 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Mon, 6 Jan 2020 15:40:09 +0000 (21:10 +0530)
doc/filters.texi

index f148f9e7b07bfab9531e9ce072bf0c839df10670..9d4390fa22146f710ee6b20035830c7af1f810f3 100644 (file)
@@ -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.