Skip to content

Add QuickTime chapter movies #403

@elasota

Description

@elasota

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions