Opened 8 years ago

Last modified 2 years ago

#7090 open defect

avfilter : color_range of frame incorrectly flagged as limited

Reported by: mvignali Owned by:
Priority: normal Component: avfilter
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
Full range frame (at least for rgb)
are send to filter, in limited range.

How to reproduce:

./ffmpeg -i ./fate-suite/mov/mov_alpha_premult.mov -vf unpremultiply=inplace=1 resStraight.png -y

Same thing appear using png as input for example.

Change History (3)

comment:1 by Balling, 4 years ago

Status: newopen

Well, yes, ffplay.exe -i mov_alpha_premult.mov -vf extractplanes=r

shows the difference with RGBA png file.

I will point out that alpha is also not bitperfect between the two.

Last edited 4 years ago by Balling (previous) (diff)

comment:2 by Balling, 4 years ago

Last edited 4 years ago by Balling (previous) (diff)

comment:3 by Balling, 2 years ago

Is this still an issue??

Note: See TracTickets for help on using tickets.