13 releases (4 breaking)
0.8.0 | Dec 19, 2024 |
---|---|
0.7.0 | Dec 18, 2024 |
0.6.5 | Dec 4, 2024 |
0.6.3 | Oct 28, 2024 |
0.3.1 | Aug 18, 2024 |
#110 in Video
495 downloads per month
265KB
6.5K
SLoC
vidformer - Video Data Transformation Library
(lib)vidformer is a core video synthesis/transformation library. It handles the movement, control flow, and processing of video and conventional (non-video) data.
Quick links:
About
- It's written in Rust 🦀
- So it does some fancy parallel processing and does so safely
- Uses the FFmpeg libav libraries for multimedia stuff
- So it should work with nearly every video file ever made
- Uses Apache OpenDAL for I/O
- So it can access videos in a bunch of storage services
- Implements filters using OpenCV
Building
This crate requires linking with FFmpeg, as detailed in the rusty_ffmpeg
crate.
We currently target FFmpeg 7.0.
Dependencies
~18–51MB
~808K SLoC