mirror of
https://github.com/syndr-flora/gba-video-player.git
synced 2026-03-04 02:28:26 +00:00
No description
|
|
||
|---|---|---|
| source | ||
| .gitignore | ||
| build.sh | ||
| build_array.py | ||
| build_grit.py | ||
| Makefile | ||
| README.md | ||
About
Build a Gameboy Advance executable that plays your favorite videos!
(Reminder: Put a screenshot/gif here)
Dependencies
- bash interpreter
- devkitPro gba-dev packages
- ffmpeg
- Python 3
Usage
# Clone the repo
git clone https://github.com/syndr-flora/gba-video-player
cd gba-video-player
# Download an mp4 file
wget https://github.com/Felixoofed/badapple-frames/raw/refs/heads/main/badapple.mp4
# Run the build script
chmod +x build.sh
./build.sh badapple.mp4
Note
The current implementation of this program decodes the video into images before the compile step. This inflates file sizes to be much higher than what a standard cartridge can fit (16MB or 32MB). The max video length it can do without a rewrite is about 5 seconds.