| Crates.io | rsframe |
| lib.rs | rsframe |
| version | 0.1.9 |
| created_at | 2024-12-14 06:40:35.717497+00 |
| updated_at | 2025-01-31 00:41:01.880537+00 |
| description | An easy video editing library written in Rust. |
| homepage | https://github.com/khaki-git/rsframe |
| repository | https://github.com/khaki-git/rsframe |
| max_upload_size | |
| id | 1482958 |
| size | 67,657 |
IT IS HIGHLY RECOMMENDED THAT YOU READ THROUGH THE GUIDE BEFORE YOU START USING rsframe
rsframe is a Rust library for video frame manipulation. It provides functionalities to tint frames, splice videos, concatenate videos, save videos, and retrieve specific frames. This library is designed to be efficient and easy to use, leveraging parallel processing where possible.
You can add rsframe to your project by executing the command
cargo add rsframe
or by adding rsframe = "VERSION" to your Cargo.toml file.