Closed
Bug 1869986
Opened 2 years ago
Closed 2 years ago
Figure out what AV1 encoder to use
Categories
(Core :: Audio/Video: Web Codecs, defect)
Core
Audio/Video: Web Codecs
Tracking
()
RESOLVED
FIXED
People
(Reporter: padenot, Unassigned)
References
(Blocks 2 open bugs)
Details
Three obvious candidates:
- https://aomedia.googlesource.com/aom/, in C++, we already have a copy, but it's old
- https://gitlab.com/AOMediaCodec/SVT-AV1 in c++, said to be faster
- https://github.com/xiph/rav1e, in rust
in addition, there's an increasing number of hardware implementations.
Updated•2 years ago
|
Severity: -- → S3
Updated•2 years ago
|
Blocks: VideoEncoder
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
We're using libaom for now, but we can always revisit.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•