rav1e
obs-amd-encoder
Our great sponsors
rav1e | obs-amd-encoder | |
---|---|---|
70 | 10 | |
3,336 | 443 | |
1.6% | 0.9% | |
8.1 | 0.0 | |
11 days ago | 3 months ago | |
Assembly | C++ | |
BSD 2-clause "Simplified" License | GNU General Public License v3.0 only |
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
-
Learn x86-64 assembly by writing a GUI from scratch
Sure. You'll see it very often in codec implementations. From rav1e, a fast AV1 encoder mostly written in Rust: https://github.com/xiph/rav1e/tree/master/src/x86
Large portions of the algorithm have been translated into assembly for ARM and x86. Shaving even a couple percent off something like motion compensation search will add up to meaningful gains.
Or the current reference implementation of JPEG: https://github.com/libjpeg-turbo/libjpeg-turbo/tree/main/sim...
- Any new Opensource projects in (rust) looking for contributors. I want to start my journey as an OSS contributor.
-
A little script to parse large libraries to AV1, if you're interested
You can speed up the sampling process with --vmaf n_subsample=5, which in my experience works more accurately than either 2 or 4, possibly due to this bug/feature present in multiple encoders. You might also need to manually set the number of threads used for VMAF calculation with --vmaf n_threads=16, but YMMV.
-
rav1d: a Rust port of dav1d (currently experimental)
That remember me of https://github.com/xiph/rav1e which is an AV1 encoder
-
HDR10, HDR10+, Dolby Vision with AV1?
It's getting there.. Initial steps for FFmepg: https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8444 rav1e: https://github.com/xiph/rav1e/pull/3000
-
Use HW hevc encoding for first pass · Issue #2945 · xiph/rav1e
I doubt much will be done on such an exotic feature any time soon. Progress has been slow on rav1e, it's missing a lot of features, and only supports tile threading.
-
Announcing Rust 1.67.0
rav1e is quite well maintained, the fix for the lint was merged days after the ilog PR merged. But the 0.5.1 release of rav1e was one year ago, in December 2021, while the ilog rename was end of August 2022. There hadn't been a release though of rav1e until end of November 2022, which was also a semver incompatible one. Users had only 2-ish months of time to get to the new rav1e version without experiencing breakage.
-
Symphonia: Audio decoding in safe Rust, now often faster than FFmpeg!
The rav1e encoder for AV1 has more assembly in it than Rust, which also doesn't bode well for memory-safe video codec implementations. But this might change once Rust provides portable and memory-safe explicit SIMD.
- .Webp is the bane of my existence
obs-amd-encoder
- Firefox now supports AV1 VA-API playback
- Encoding compatibility for RX 560
-
State of the Radeon h265 encoder.
I wouldn't be so sure, OBS doesn't have popular support for radeon development, iirc the last update for AMD cards was in 2019 and the single dev who used to do AMF work on their spare unpaid time quit.
What are some alternatives?
obs-StreamFX - StreamFX is a plugin for OBS® Studio which adds many new effects, filters, sources, transitions and encoders! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here.
SVT-AV1
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
AMF - The Advanced Media Framework (AMF) SDK provides developers with optimal access to AMD devices for multimedia processing
dav1d - A read-only mirror of dav1d source code repository. The origin is at https://code.videolan.org/videolan/dav1d/
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.
libavif - libavif - Library for encoding and decoding .avif files
broot - A new way to see and navigate directory trees : https://dystroy.org/broot
qt-avif-image-plugin - Qt plug-in to allow Qt and KDE based applications to read/write AVIF images.
vvenc - Fraunhofer Versatile Video Encoder (VVenC)
av-scenechange - Scenechange detection tool