mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
Add tonemap filter
Based off mpv automatic tonemapping capabilities. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
@@ -325,6 +325,7 @@ static void register_all(void)
|
||||
REGISTER_FILTER(TILE, tile, vf);
|
||||
REGISTER_FILTER(TINTERLACE, tinterlace, vf);
|
||||
REGISTER_FILTER(TLUT2, tlut2, vf);
|
||||
REGISTER_FILTER(TONEMAP, tonemap, vf);
|
||||
REGISTER_FILTER(TRANSPOSE, transpose, vf);
|
||||
REGISTER_FILTER(TRIM, trim, vf);
|
||||
REGISTER_FILTER(UNPREMULTIPLY, unpremultiply, vf);
|
||||
|
||||
Reference in New Issue
Block a user