An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# v_frame

[![docs.rs](https://img.shields.io/docsrs/v_frame)](https://docs.rs/v_frame)
[![Crates.io](https://img.shields.io/crates/v/v_frame)](https://crates.io/crates/v_frame)
[![LICENSE](https://img.shields.io/crates/l/v_frame)](https://github.com/rust-av/v_frame/blob/main/LICENSE)
[![dependency status](https://deps.rs/repo/github/rust-av/v_frame/status.svg)](https://deps.rs/repo/github/rust-av/v_frame)
[![codecov](https://codecov.io/github/rust-av/v_frame/branch/main/graph/badge.svg?token=MKT1AZREF0)](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.