Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2020-01-06 18:39:00 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2020-01-06 18:39:00 +0300
commit71ac3b6edcf9fe10d6ae5abe4deb64cc2388085f (patch)
treee29c348e2e4c5a93dafedbb3ecaba54659e6b1f0 /doc
parent27ec72db061bd13a3dcfee4c519285c303e11875 (diff)
doc/filters: indicate commands for zscale
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7e6b06f613..f148f9e7b0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -20445,7 +20445,17 @@ horizontal and vertical output chroma subsample values. For example for the
pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
@end table
+@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
@c man end VIDEO FILTERS