Awesome
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