[FFmpeg-devel] avfilter/vf_premultiply : use full range for RGB input

Martin Vignali martin.vignali at gmail.com
Sat Mar 17 23:26:59 EET 2018


>
> Obviously for whatever reason files are tagged as limited, when in fact
> they are full range.
>
> I couldn't find source of this bug. But your patch is wrong, as it ignores
> color_range if it is set to limited, even if such files are useless.
>


I think there is two problem here
1 - Frame tagged as limited instead of full
2 - Wrong calculation for rgb in unpremultiply offset

Patch in attach, try to fix the second problem
changing unpremultiply_offset, to avoid very wrong output with rgb input (8
bits or 16 bits)
Not sure it's the best way to fix that.

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-avfilter-vf_premultiply-fix-unpremultiply_offset-for.patch
Type: application/octet-stream
Size: 1479 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180317/f0d5fcb7/attachment.obj>


More information about the ffmpeg-devel mailing list