[FFmpeg-devel] [PATCH] avcodec/exr/c Add support for applying a transfer characteristic curve to OpenEXR inputs.

Kevin Wheatley kevin.j.wheatley at gmail.com
Tue Sep 1 13:04:56 CEST 2015


This adds the actual usage and allows for command lines similar to this:

ffmpeg -apply_trc bt709 -i linear.exr bt709.png
ffmpeg -apply_trc smpte2084 -i linear.exr smpte2084.png
ffmpeg -apply_trc iec61966_2_1 -i linear.exr sRGB.png


Which assuming the correct primaries in the linear OpenEXR file will
generate the appropriate file.

Kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-Add-support-for-applying-a-transfer-characteristic-c.patch
Type: text/x-patch
Size: 8419 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150901/92fbdce5/attachment.bin>


More information about the ffmpeg-devel mailing list