[FFmpeg-trac] #6924(undetermined:closed): ffmpeg Video Levels

FFmpeg trac at avcodec.org
Wed Apr 28 08:05:49 EEST 2021


#6924: ffmpeg Video Levels
-------------------------------------+-------------------------------------
             Reporter:  chris319     |                    Owner:  (none)
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Balling):

 The valid range for limited range 8 bit is 1-254 in HDMI and 0-255 in
 file. Please stop with that. With full range no limitation, that is both
 R'G'B' and Y'CbCr.

 Preferred range in EBU R103 is just for HDR.

 P.S. You can use this
 {{{
 -vf
 lutyuv=y='clip(val,22,222)',lutyuv=u='clip(val,16,232)',lutyuv=v='clip(val,16,232)'
 }}}
 if you really need it.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/6924#comment:9>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list