> From: ffmpeg-devel On Behalf Of
> Anton Khirnov
> Sent: Friday, April 10, 2020 18:20
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH 04/10] lavc/libopenh264enc: add bit
> rate control select support
>
> Quoti
Quoting Linjie Fu (2020-04-06 13:14:47)
> RC_BITRATE_MODE:
> set BITS_EXCEEDED to iCurrentBitsLevel and allows QP adjust
> in RcCalculatePictureQp().
>
> RC_BUFFERBASED_MODE:
> use buffer status to adjust the video quality.
>
> RC_TIMESTAMP_MODE:
> bit rate control based on timest
RC_BITRATE_MODE:
set BITS_EXCEEDED to iCurrentBitsLevel and allows QP adjust
in RcCalculatePictureQp().
RC_BUFFERBASED_MODE:
use buffer status to adjust the video quality.
RC_TIMESTAMP_MODE:
bit rate control based on timestamp.
Default to use RC_QUALITY_MODE.
Signed-off-by: Linj
RC_BITRATE_MODE:
set BITS_EXCEEDED to iCurrentBitsLevel and allows QP adjust
in RcCalculatePictureQp().
RC_BUFFERBASED_MODE:
use buffer status to adjust the video quality.
RC_TIMESTAMP_MODE:
bit rate control based on timestamp.
Default to use RC_QUALITY_MODE.
Signed-off-by: Linj