#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
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".