You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well in fact I would like to mention that rc_min_rate is not used by libx264.c nor libx265.c in FFMPEG source code so probably this value should be removed since it does nothing.
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.
The text was updated successfully, but these errors were encountered: