1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00

doc/filters: document new remap filter option

This commit is contained in:
Paul B Mahol 2019-07-14 18:29:23 +02:00
parent 54fc8d370e
commit 166977a200

View File

@ -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.