/codec-from-scratch-rust

Primary LanguageRustApache License 2.0Apache-2.0

Video Encoding from Scratch in Rust

Rust implementation of Video Encoding from Scratch made by kevmo314.

Run Locally

cargo run

Play the decoded video

ffplay -f rawvideo -pixel_format rgb24 -video_size 384x216 -framerate 25 decoded.rgb24