On Thu, Oct 25, 2018 at 4:48 AM Chris <[email protected]> wrote:
> Thanks, I'll give it a try. Does this apply to RGB as opposed to YUV? How > do you arrive at planes=6, assuming 3 bit planes? > `6` is the decimal for 0110 where those middle bits represent the chroma planes; the right represents luma, and the MSB represents alpha i.e. AVUY I'm not sure this will do job, though.If there's any legal YUV triplet which maps to out-of-bounds RGB this filter won't sanitize it. The crude way is to roundtrip via RGB using scale. Gyan _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
