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
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-07-14 19:29:23 +0300
committerPaul B Mahol <onemda@gmail.com>2019-07-14 19:29:23 +0300
commit166977a200a1b51149d7296f47dc61d24c392f67 (patch)
tree7fff4647c08d7d3a5212403d0a35cd2411f4e991 /doc/filters.texi
parent54fc8d370eb8a4d384e2618077a0fbb30639ccce (diff)
doc/filters: document new remap filter option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 3108ad349e..604e44d569 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14736,6 +14736,12 @@ Xmap and Ymap input video streams must be of same dimensions. Output video strea
will have Xmap/Ymap video stream dimensions.
Xmap and Ymap input video streams are 16bit depth, single channel.
+@table @option
+@item format
+Specify pixel format of output from this filter. Can be @code{color} or @code{gray}.
+Default is @code{color}.
+@end table
+
@section removegrain
The removegrain filter is a spatial denoiser for progressive video.