Crates.io | vidformer |
lib.rs | vidformer |
version | |
source | src |
created_at | 2024-08-18 22:00:54.905033 |
updated_at | 2024-12-04 20:59:24.937875 |
description | Video Data Transformation Library. |
homepage | https://ixlab.github.io/vidformer/ |
repository | https://github.com/ixlab/vidformer |
max_upload_size | |
id | 1343064 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
(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:
It's written in Rust 🦀
Uses the FFmpeg libav libraries for multimedia stuff
Uses Apache OpenDAL for I/O
Implements filters using OpenCV
This crate requires linking with FFmpeg, as detailed in the rusty_ffmpeg
crate.
We currently target FFmpeg 7.0.