Simple playground project to explore the YUV4MPEG2 format.
Install the Rust Compiler
Important
Make sure to always build with the --release
, because the default Rust build is offensively slow.
$ cargo run --release -- preview
Warning
The preview may potentially produce loud clipping sounds!
Important
The preview currently works only on Linux, but feel free to contribute support for more platforms.
$ cargo run --release -- render
$ mpv output.mp4
Warning
The render generates files up to 1.3GB! Make sure you have enough disk space.