rc_max_rate bigger than rc_min_rate

Author: muniateguiCreated Aug 16, 2024Updated Aug 19, 2024

In trascoding example there are these lines: video_avcc->rc_max_rate = 2 * 1000 * 1000; video_avcc->rc_min_rate = 2.5 * 1000 * 1000;

Which are wrong since the max rate is less than the minimal rate.

Source: leandromoreira/ffmpeg-libav-tutorial