[FFmpeg-trac] #11541(avfilter:new): Better warning for silently skipped color primaries meddling?

FFmpeg trac at avcodec.org
Wed Apr 9 01:42:44 EEST 2025


#11541: Better warning for silently skipped color primaries meddling?
-------------------------------------+-------------------------------------
             Reporter:  fmnijk       |                    Owner:  (none)
                 Type:  enhancement  |                   Status:  new
             Priority:  normal       |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
  color_primaries                    |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
Comment (by fmnijk):

 If I specify color space conversion, should the filter automatically
 convert to YUV when color handling applies only for YUV, regardless of
 whether the encoder supports RGB as input?

 In cases where color handling applies only for YUV:
 1. If the encoder only supports RGB as input:
    Automatically convert to YUV -> apply color handling -> convert back to
 RGB -> send to encoder
 2. If the encoder only supports YUV as input:
    Automatically convert to YUV -> apply color handling -> output YUV
 directly to encoder
 3. If the encoder supports both RGB and YUV as input:
    Automatically convert to YUV -> apply color handling -> output YUV
 directly to encoder
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11541#comment:13>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list