rav1e
image-core
Our great sponsors
rav1e | image-core | |
---|---|---|
47 | 1 | |
2,816 | 2 | |
1.5% | - | |
8.9 | 0.0 | |
about 21 hours ago | almost 2 years ago | |
Assembly | Rust | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rav1e
- Rav1E - The fastest and safest AV1 encoder.
- [rav1e git] Implement grain synthesis via photon noise tables
-
All I Want for Christmas Are Useful Detail-Retention Settings
There should be some major rav1e improvements in the not-so-distant future that should benefit high fidelity encoding very nicely (https://github.com/xiph/rav1e/pull/2921). And I hope someday someone gets 10/12 bit tune butteraugli working in aomenc, should provide a massive efficiency boost in pretty much all scenarios.
- [rav1e git] Avoid temporary allocation of block importance costs (Small speed increase for rav1e, about 20-40% faster across speed 3 to speed 10)
- Dav1d, fast AV1 decoder, version 1.0.0 released
-
H.264 is magic: a technical walkthrough
There's 3 that I know of,
libaom https://aomedia.googlesource.com/aom, the reference implementation.
https://gitlab.com/AOMediaCodec/SVT-AV1 - from the Alliance for Open Media, which Intel is deeply involved with and is spending a lot of time optimising.
https://github.com/xiph/rav1e - written in rust, also subject to a lot of optimising. It's not complete coverage of all features, intended to be used for places where libaom is too slow.
-
AV1 codec report
AV1 currently gets used by Netflix, YouTube (right click on any big popular video "stats for nerds) and so on. It's open source and currently has 3 different encoders. AOM as it's reference encoder available here: https://aomedia.googlesource.com/ as well as SVT-AV1 as the production encoder (like x265 for H265) available here: https://gitlab.com/AOMediaCodec/SVT-AV1 and Rav1e as community project which I personally don't have a use for at all: https://github.com/xiph/rav1e
-
Symphonia v0.5: ALAC, MKV, & gapless playback support
Not AFAIK. The only relevant effort I'm aware of is rav1e, and it has more assembly in it than Rust.
-
Firefox now supports AV1 VA-API playback
No. There are hardware encoders. For software encoding while AV1's reference encoder is very slow; both rav1e and SVT-AV1 are usable on a higher end PC built in the last few years.
-
I'm giving out microgrants to open source projects for the third year in a row! Brag about your projects here so I can see them, big or small!
I'm going to promote rav1e, an AV1 encoder written in Rust+ASM. Unlike the reference encoder, rav1e seeks to focus on psychovisual quality rather than pure metrics, and so to many people it is a promising alternative. However, it has some catching up to do in the speed department.
image-core
-
The last and next year of image-rs
Is there any plans for development of the image-core crate?
What are some alternatives?
dav1d - A read-only mirror of dav1d source code repository. The origin is at https://code.videolan.org/videolan/dav1d/
libavif - libavif - Library for encoding and decoding .avif files
ffmpeg-build-script - The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.
broot - A new way to see and navigate directory trees : https://dystroy.org/broot
vvenc - Fraunhofer Versatile Video Encoder (VVenC)
SVT-AV1
qt-avif-image-plugin - Qt plug-in to allow Qt and KDE based applications to read/write AVIF images.
obs-amd-encoder - AMD Advanced Media Framework Encoder Plugin for Open Broadcaster Studio
SVT-AV1 - Welcome to the GitHub repo for the SVT-AV1! This repo is set to read-only for archiving purposes. Please join us at https://gitlab.com/AOMediaCodec/SVT-AV1. We look forward to seeing you there
av-scenechange - Scenechange detection tool
rav1e - The fastest and safest AV1 encoder
jpeg-decoder - JPEG decoder written in Rust