vidformer

Crates.iovidformer
lib.rsvidformer
version1.1.0
created_at2024-08-18 22:00:54.905033+00
updated_at2025-06-22 18:03:19.724085+00
descriptionVideo Data Transformation Library.
homepagehttps://ixlab.github.io/vidformer/
repositoryhttps://github.com/ixlab/vidformer
max_upload_size
id1343064
size284,208
Dominik Winecki (dominikWin)

documentation

README

vidformer - Video Data Transformation Library

Crates.io Version License

(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.

Commit count: 225

cargo fmt