setting video bit rate through ffmpeg API is ignored for libx264 Codec
问题 I am transcoding a video using FFMPEG API in c code. I am trying to set the video bit rate using the ffmpeg API as shown below: ovCodecCtx->bit_rate = 100 * 1000; The Encoder I am using is libx264. But this parameter is not taken into effect and the resulting video quality is very bad. I have even tried setting related parameters like rc_min_rate, rc_max_rate, etc.. but the video quality is still very low as these related parameters are not taken into effect. Could any expert tell how one can