Video Encoding from Scratch in Rust

April 5, 2023 ยท View on GitHub

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