summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-05-01 16:41:51 +0200
committerNiklas Haas <git@haasn.dev>2023-05-03 23:40:20 +0200
commit4b11a07550363e1f1d6f8e43923d9b6b327737b0 (patch)
tree29a734a1b93e07f7215300392ef5e288d8a09c3a /doc
parentd94c6df975e277b6f64db865074a4b64cbf0ae7a (diff)
downloadffmpeg-4b11a07550363e1f1d6f8e43923d9b6b327737b0.tar.gz
avfilter/vf_libplacebo: add fillcolor option
In some circumstances, libplacebo will clear the background as a result of cropping/padding. Currently, this uses the hard-coded default fill color of black. This option makes this behavior configurable.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index a63304ccd9..34212b513d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16024,6 +16024,12 @@ content with black borders, while a value of @code{1.0} always crops off parts
of the content. Intermediate values are possible, leading to a mix of the two
approaches.
+@item fillcolor
+Set the color used to fill the output area not covered by the output image, for
+example as a result of @ref{normalize_sar}. For the general syntax of this
+option, check the @ref{color syntax,,"Color" section in the ffmpeg-utils
+manual,ffmpeg-utils}. Defaults to @code{black}.
+
@item colorspace
@item color_primaries
@item color_trc