On 10/24/18, Chris <[email protected]> wrote: > Depending on the primaries, it is possible to have YUV values which imply > illegal RGB values, which may be what's being discussed here. > > That's what I'm trying to fix with ffmpeg :) > >
You probably want to use limiter video filter: for 8bit videos: limiter=min=16:max=235:planes=1,limiter=min=16:max=240:planes=6 _______________________________________________ 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".
