Skip to content

tsoding/2mpeg4yuv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2mpeg4yuv

thumbnail

Simple playground project to explore the YUV4MPEG2 format.

Quick Start

Install the Rust Compiler

Important

Make sure to always build with the --release, because the default Rust build is offensively slow.

Preview

$ 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.

Render

$ cargo run --release -- render
$ mpv output.mp4

Warning

The render generates files up to 1.3GB! Make sure you have enough disk space.

About

It's 2mpeg4yuv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages