Closed
Bug 1869986
Opened 1 year ago
Closed 9 months 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•1 year ago
|
Severity: -- → S3
Updated•1 year ago
|
Blocks: VideoEncoder
Updated•10 months ago
|
Reporter | ||
Comment 1•9 months ago
|
||
We're using libaom
for now, but we can always revisit.
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•