Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsoding/2mpeg4yuv

It's 2mpeg4yuv
https://github.com/tsoding/2mpeg4yuv

Last synced: 5 days ago
JSON representation

It's 2mpeg4yuv

Awesome Lists containing this project

README

        

# 2mpeg4yuv

![thumbnail](./thumbnail.png)

Simple playground project to explore the [YUV4MPEG2](https://wiki.multimedia.cx/index.php?title=YUV4MPEG2) format.

## Quick Start

Install the [Rust Compiler](https://www.rust-lang.org/)

### Preview

```console
$ ./build.sh
$ ./2mpeg4yuv preview
```

**WARNING! The preview may potentially produce loud clipping sounds!**

### Render

```console
$ ./render.sh
$ mplayer output.mp4
```

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