rav1e
ffmpeg-build-script
Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- InfluxDB - Access the most powerful time series database as a service
- SonarQube - Static code analysis for 29 languages.
rav1e | ffmpeg-build-script | |
---|---|---|
69 | 8 | |
3,232 | 758 | |
2.7% | - | |
9.4 | 5.2 | |
2 days ago | 16 days ago | |
Assembly | Shell | |
BSD 2-clause "Simplified" License | 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
- 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
-
I built a Zoom clone 100% IN RUST
Obviously not super important, but would be super cool to see AV1 encode/decode support added. There's a great rust library for this too : https://github.com/xiph/rav1e
ffmpeg-build-script
- Current state of containerized build scripts for static ffmpeg on Linux?
-
libfdk_aac vs aac ?
It's straightforward to compile ffmpeg with libfdk_aac support to be sure quality remains high, especially e.g. build scripts.
-
FFMPEG + LibAOM + SVT-AV1 + Rav1e build script for Linux and MacOS
After quite a bit of searching around I was unable to find a simple way of getting a build of FFMPEG with all the different AV1 encoders, and building manually would mean I'd have to go get all the libraries that are enabled by default in say, Ubuntu's FFMPEG repo. So I took it into my own hands and modified this build script and added rav1e to the build in my fork here.
-
Build script for ffmpeg + rav1e on Ubuntu?
I'm currently using this build script so that I can use svt-av1, but I wan't to give rav1e a shot and it's not included. Does anyone know of somewhere I can get ffmpeg compiled with rav1e, or a relatively simple way to do it myself with all the other codecs that build script supports?
-
What do I need in Debian 10 to rip audio CDs to flac and convert to other formats and rip DVDs to mkv and convert to other formats?
These days the situation is much better, but you really want FDK-AAC for best quality (it's proper Fraunhofer code released as Open Source for the Android project, and now widely compatible on all platforms). You can find a standalone front end in the repos, but I prefer to build ffmpeg with support for it for more flexibility. (The ffmpeg built in default aac encoder is still noticeably worse, despite it's improvement a few years ago.)
What are some alternatives?
SVT-AV1
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-Builds-Win32 - Static FFmpeg Auto-Builds For 32-Bit Windows
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
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
staxrip - 🎞 Video encoding GUI for Windows.
rav1e - The fastest and safest AV1 encoder