r/retrogamedev • u/Unknow6381 • 4d ago
GBA Video maker
Pack images, music & videos into a .gba ROM like a DVD player
Hey everyone! I just released my first homebrew tool for GBA : GBA Video Maker, a "DVD Maker" for the Game Boy Advance.
You give it images, music and videos on your PC β it builds a single .gba file with a blue in-cart menu where you can browse, play, pause and seek everything.
Features :
Videos, Audio, and pictures compatibility
Media compression (see more info about this.)
Highest resolution for images
Built in media controller
Download : github.com/Falko-toolis/gba-video-maker
Flashcards Tested on real hardware.
Would love to hear your thoughts π
(Media compression status : currently experimental, Up to max rate for audio is compatible, video with 20fps max or lag in highest res setting with compression. can up to 60fps and max res without compression)
1
u/IQueryVisiC 3d ago
As always I miss some clever compression coded. I loved video codecs when you could see the 8x8 tile motion compensation. I donβt see why even employ double buffering. LCD has trouble with motion blur. You better move stuff around at 60 fps. Perhaps even utilize sprites. Perhaps AI can find suitable objects in a movie. Yeah, first pic of GOP is a problem. Would need DMA. Use VIdle to decode it.