leandromoreira / leandromoreira/ffmpeg-libav-tutorial
rc_max_rate bigger than rc_min_rate
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the transcoding example containing the video_avcc->rc_max_rate and video_avcc->rc_min_rate assignments. Correct the values so the maximum rate is not lower than the minimum rate, then verify the example still builds or runs as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- audio-video-rtc
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100