image
rav1e
Our great sponsors
image | rav1e | |
---|---|---|
32 | 63 | |
3,679 | 3,145 | |
4.7% | 2.0% | |
7.4 | 9.6 | |
7 days ago | 3 days ago | |
Rust | Assembly | |
MIT License | BSD 2-clause "Simplified" 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.
image
-
What's everyone working on this week (12/2023)?
There's also a CLI to convert between formats. It uses the crate image.
-
The `exr` crate got up to 3x faster, even better performance coming soon
exr is a is a 100% Rust and 100% safe code library for reading and writing OpenEXR images. It is used by the popular image crate to read and write OpenEXR.
-
Announcing zune-jpeg: Rust's fastest JPEG decoder
We're currently looking for contributors to add support for zune-jpeg to the image crate. The image maintainers are open to it, but don't have the capacity to do it themselves. You can find more details here.
-
picst - a CLI tool to resize clipboard images on the fly
It uses https://github.com/1Password/arboard and https://github.com/image-rs/image under the hood. I haven't tested deeply but I assume it should handle many formats out of the box.
-
From C# to Rust, what do i need to know?
You can use the image crate.
-
Hey Rustaceans! Got a question? Ask here! (27/2022)!
As for image processing, I'd start on crates.io and search for "image processing" and skim through to find the most downloaded crates -- image seems to be the most popular, with over 7 million downloads, so I'd check if that has what you want, and if not photon-rs seemed relatively mature with perhaps more features (albeit far less commonly used)
-
Show HN: Golang FFmpeg wrapper for simple Video I/O and Webcam Streaming
Glad it worked out for you—it seemed like the features are there for basic image conversion, but try to do something a little more sophisticated and you run into some severe design limits. Here is the kind of underlying problem I’m talking about:
Side note the image-rs crate in the Rust ecosystem has no external dependencies and can encode and decode animated gifs and a variety of other image formats, 100% rust https://github.com/image-rs/image
-
Looking for an image manipulation library that can add text to images. (and has documentation for it)
I believe that photon uses image internally which only provides the ability to overlay another image. The crate imageproc extends image and adds the draw_text method.
-
For Rust ecosystem, I only kmow actix amd rocket server frameworks , still the beginning of them , not very mature imo .. what else has made by rust?
And for image resizing I used the "image" crate: https://crates.io/crates/image. Note that while in development mode resizing an image takes a long time (several seconds for me), but in production mode it is lightning fast. I spent some time trying to figure this out :D
rav1e
-
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
-
Streaming services are getting expensive. Here are the ones that get you the most bang for your buck. [MEME]
A good encoder will look deeper to improve, and deeper, a bit more deeper, DEEPER
-
Templating inline asm in Rust
You may look dav1d and rav1e for examples.
-
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.
What are some alternatives?
SVT-AV1
opencv-rust - Rust bindings for OpenCV 3 & 4
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.
imageproc (PistonDevelopers) - Image processing operations
rust-ndarray - ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
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
photon - ⚡ Rust/WebAssembly image processing library
Raster - An image processing library for Rust
oxipng - Multithreaded PNG optimizer written in Rust
obs-amd-encoder - AMD Advanced Media Framework Encoder Plugin for Open Broadcaster Studio