Registry / other / v-frame

v-frame

JSON →
library0.5.2rscratesunverified

Video Frame data structures, originally part of rav1e.

# Cargo.toml [dependencies] v_frame = "0.5.2"
INSTALL
IMPORT
SIG · V-FRAME
V
v-frame
otherrustv0.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VideoFrame
use v_frame::prelude::*;

Creates a new video frame with given dimensions.

use v_frame::prelude::*; fn main() { let frame = VideoFrame::new(1920, 1080); println!("Frame created: {}x{}", frame.width, frame.height); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
v-frame — cargo add v-frame · libregistry