diff options
author | Niklas Haas <git@haasn.dev> | 2022-06-28 15:03:19 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2022-07-30 11:42:06 +0200 |
commit | 8377ef43f4f9be46391bb5b43bbe7e9c6c1ad8dc (patch) | |
tree | a79e5c1bd0fb138edadd7bf36a626e7cd328f635 /doc/ffmpeg-filters.texi | |
parent | 77f8dcb26582b00c53caf35f05eedef2523a2578 (diff) | |
download | ffmpeg-8377ef43f4f9be46391bb5b43bbe7e9c6c1ad8dc.tar.gz |
avcodec/encode:: generate ICC profiles
Only if requested, and only if the codec signals support for ICC
profiles. Implementation roughly matches the functionality of the
existing vf_iccgen filter, albeit with some reduced flexibility and no
caching.
Ideally, we'd also only do this on the first frame (e.g. mjpeg, apng),
but there's no meaningful way for us to distinguish between this case
and e.g. somebody using the image2 muxer, in which case we'd want to
attach ICC profiles to every frame in the stream.
Closes: #9672
Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'doc/ffmpeg-filters.texi')
0 files changed, 0 insertions, 0 deletions