Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsoding/2mpeg4yuv
It's 2mpeg4yuv
https://github.com/tsoding/2mpeg4yuv
Last synced: 5 days ago
JSON representation
It's 2mpeg4yuv
- Host: GitHub
- URL: https://github.com/tsoding/2mpeg4yuv
- Owner: tsoding
- License: mit
- Created: 2021-08-17T13:02:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T22:50:09.000Z (about 3 years ago)
- Last Synced: 2024-08-02T22:21:49.592Z (3 months ago)
- Language: Rust
- Size: 243 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**