https://github.com/rust-av/v_frame
Video Frame data structures, originally part of rav1e
https://github.com/rust-av/v_frame
Last synced: about 1 year ago
JSON representation
Video Frame data structures, originally part of rav1e
- Host: GitHub
- URL: https://github.com/rust-av/v_frame
- Owner: rust-av
- License: bsd-2-clause
- Created: 2022-10-02T02:20:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T23:48:15.000Z (about 2 years ago)
- Last Synced: 2024-11-17T10:58:03.005Z (over 1 year ago)
- Language: Rust
- Size: 539 KB
- Stars: 10
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# v_frame
[](https://docs.rs/v_frame)
[](https://crates.io/crates/v_frame)
[](https://github.com/rust-av/v_frame/blob/main/LICENSE)
[](https://deps.rs/repo/github/rust-av/v_frame)
[](https://codecov.io/github/rust-av/v_frame)
Crate providing structs and utilities for handling YUV Frames and Planes.
Originally used by rav1e, now branched into its own crate for wider use
throughout Rust AV.