[FFmpeg-trac] #8463(avfilter:new): Screen blending regression

FFmpeg trac at avcodec.org
Sun Feb 9 21:06:02 EET 2020


#8463: Screen blending regression
-------------------------------------+-------------------------------------
             Reporter:  antmarot     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:  blend        |               Blocked By:
  regression                         |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cus):

 * cc: cus (added)


Comment:

 It is not a precision issue. The result depends on which pixel format the
 blend filter use, RGB or YUV. Blending in YUV gets you purple, blending in
 RGB gets you green. The automagically selected format can change
 (depending on what formats the filters support) between versions.

 So this is not necessarily a bug. Admittedly some blending modes makes
 little sense for YUV, and the filter gives you too much freedom here.
 Maybe an option should be added to the filter so you can limit the formats
 to RGB only to always get the expected results?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8463#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list