Home

Awesome

ultra_mpeg - An MPEG-1/2 decoder library for the Nintendo 64

Copyright (C) 2020 - 2022 devwizard

This project is licensed under the terms of the MIT license. See LICENSE for more information.

Using the demo

  1. Clone this repository: git clone --recursive https://github.com/devwizard64/ultra_mpeg.git.
  2. If you wish to use libmpeg2, download it here: https://libmpeg2.sourceforge.io/downloads.html and place its contents in libmpeg2/.
  3. Install ffmpeg: apt install ffmpeg.
  4. Install a MIPS cross compiler: apt install gcc-mips-linux-gnu.
  1. Place a video in src/demo.mp4.
  2. Run make.

Using in another project

Documentation