Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitratecorrect #539

Merged
merged 4 commits into from Jul 8, 2020
Merged

Bitratecorrect #539

merged 4 commits into from Jul 8, 2020

Conversation

eisneinechse
Copy link
Collaborator

The values for qmax and qmin were set for all codec but only mpeg2 needed them and as a result the bitrates of the exported clips could be wrong. Now only when the export is with mpeg2 the default values are changed.

for mpeg2. Changing them for the other codecs resultet in exporting
with the wrong bitrate.
@codecov
Copy link

codecov bot commented Jul 3, 2020

Codecov Report

Merging #539 into develop will decrease coverage by 0.01%.
The diff coverage is 33.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #539      +/-   ##
===========================================
- Coverage    48.79%   48.77%   -0.02%     
===========================================
  Files          129      129              
  Lines        10034    10035       +1     
===========================================
- Hits          4896     4895       -1     
- Misses        5138     5140       +2     
Impacted Files Coverage Δ
src/FFmpegWriter.cpp 62.48% <33.33%> (-0.17%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 517f289...6114be5. Read the comment docs.

@jonoomph
Copy link
Member

jonoomph commented Jul 8, 2020

LGTM. Not sure why codecov has an issue though.

@jonoomph jonoomph merged commit 4ed575f into OpenShot:develop Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants