diff options
author | Niklas Haas <git@haasn.dev> | 2023-10-25 13:42:24 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2023-12-31 13:36:22 -0800 |
commit | 796669d4834b490095ebad3e898bb90502bd02d4 (patch) | |
tree | a6bdd79f4852d73840607ca3ace21192df51c3e1 /doc | |
parent | 2a942b4b3a0719edb67faca6b5325591568f9409 (diff) | |
download | ffmpeg-796669d4834b490095ebad3e898bb90502bd02d4.tar.gz |
avfilter/vf_format: add color_ranges/spaces
Needed for fftools/ffmpeg_filter to be able to force specific output
formats via the filter chain.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 51bd20b137..a63a635ec8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14323,6 +14323,14 @@ It accepts the following parameters: A '|'-separated list of pixel format names, such as "pix_fmts=yuv420p|monow|rgb24". +@item color_spaces +A '|'-separated list of color space names, such as +"color_spaces=bt709|bt470bg|bt2020nc". + +@item color_ranges +A '|'-separated list of color range names, such as +"color_spaces=tv|pc". + @end table @subsection Examples |