[FFmpeg-user] YUV RGB Video Levels

Chris c319chris at aol.com
Fri Oct 26 19:13:03 EEST 2018


I'm having some success with this. r103 compliance is easier to achieve in the RGB domain than in the YUV domain.


-----Original Message-----
From: Paul B Mahol <onemda at gmail.com>
To: FFmpeg user questions <ffmpeg-user at ffmpeg.org>
Sent: Wed, Oct 24, 2018 1:09 pm
Subject: Re: [FFmpeg-user] YUV RGB Video Levels


On 10/24/18, Chris <c319chris-at-aol.com at ffmpeg.org> 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


More information about the ffmpeg-user mailing list