rsframe

Crates.iorsframe
lib.rsrsframe
version0.1.9
created_at2024-12-14 06:40:35.717497+00
updated_at2025-01-31 00:41:01.880537+00
descriptionAn easy video editing library written in Rust.
homepagehttps://github.com/khaki-git/rsframe
repositoryhttps://github.com/khaki-git/rsframe
max_upload_size
id1482958
size67,657
Khaki (khaki-git)

documentation

README

rsframe

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.

Features

  • Tint Frames: Apply a tint to specific frames in a video.
  • Splice Videos: Keep only the frames within a specified range.
  • Concatenate Videos: Combine two videos into one.
  • Save Videos: Export the video to a specified location with a given frame rate.
  • Retrieve Frames: Access specific frames in the video, either as immutable or mutable references.

Usage

Cargo

You can add rsframe to your project by executing the command

cargo add rsframe

or by adding rsframe = "VERSION" to your Cargo.toml file.

Commit count: 20

cargo fmt