rsframe 0.1.0

An easy video editing library written in Rust.
Documentation

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

rsframe has not been published to crates.io yet. You will have to wait for the crate to be finished before being published.