-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The chapter cinematics are missing.
Original movie data is in https://github.com/beepy/ares-movies
Apparently the license requires that they're distributed verbatim only, so will probably need to decode them as-is. Pulling in libav or something to play them might be excessive. All 3 use PCM audio and Cinepak (which is described here: https://multimedia.cx/mirror/cinepak.txt), so could write a minimal decoder, maybe.
One problem is the audio driver doesn't support streaming, so would probably need to do it in 2 passes, one to pull the audio out and concatenate it into a sound, and another to play the video.
Reactions are currently unavailable