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

Improvements to handling of new codecs #525

Merged
merged 8 commits into from Jun 15, 2020
Merged

Improvements to handling of new codecs #525

merged 8 commits into from Jun 15, 2020

Conversation

eisneinechse
Copy link
Collaborator

New codec are now handled better, i.e. libaom-av1 has now settings that allow a usable encoding speed. The settings for rav1e and svt-av1 were adjusted to.
When a bitrate is selected, which is not supported by the av1 encoders (yet), a reasonable quality setting is chosen.

@codecov
Copy link

codecov bot commented Jun 4, 2020

Codecov Report

Merging #525 into develop will increase coverage by 0.48%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #525      +/-   ##
===========================================
+ Coverage    48.30%   48.79%   +0.48%     
===========================================
  Files          128      129       +1     
  Lines         9967    10034      +67     
===========================================
+ Hits          4815     4896      +81     
+ Misses        5152     5138      -14     
Impacted Files Coverage Δ
src/FFmpegWriter.cpp 62.65% <0.00%> (-0.11%) ⬇️
include/DummyReader.h 0.00% <0.00%> (ø)
tests/DummyReader_Tests.cpp 100.00% <0.00%> (ø)
src/Frame.cpp 47.70% <0.00%> (+1.16%) ⬆️
src/DummyReader.cpp 76.92% <0.00%> (+20.31%) ⬆️

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 2834e77...056a72f. Read the comment docs.

src/FFmpegWriter.cpp Outdated Show resolved Hide resolved
eisneinechse and others added 2 commits June 15, 2020 14:02
Thanks for fixing that

Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
Perfect. I forgot that comment.

Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
src/FFmpegWriter.cpp Outdated Show resolved Hide resolved
src/FFmpegWriter.cpp Outdated Show resolved Hide resolved
src/FFmpegWriter.cpp Outdated Show resolved Hide resolved
eisneinechse and others added 3 commits June 15, 2020 14:04
I should take more care of the comments.

Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
We might want to leave some kind of comment though. The encoders will (probably) get these options (soon).

Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
src/FFmpegWriter.cpp Outdated Show resolved Hide resolved
@jonoomph jonoomph merged commit 73d1689 into OpenShot:develop Jun 15, 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