[Scummvm-tracker] [ScummVM :: Bugs] #14173: SCI: Support Cinepak dithering with QuickTime videos
ScummVM :: Bugs
trac at scummvm.org
Tue Feb 14 22:57:30 UTC 2023
#14173: SCI: Support Cinepak dithering with QuickTime videos
----------------------------+--------------------------
Reporter: ccawley2011 | Owner: (none)
Type: feature request | Status: new
Priority: normal | Component: Engine: SCI
Version: | Resolution:
Keywords: | Game:
----------------------------+--------------------------
Comment (by sluicebox):
Just to be clear about the role of QuickTime in SCI, there are only five
movies:
KQ6 Mac
- `Halfdome`: Sierra logo when starting the game
- `KQ6Movie`: Intro when clicking OPENING on title screen
KQ7 Mac
- `King's Quest VII Intro`: Intro when clicking Watch Intro on title
screen
- `King's Quest VII End1`: Ending when completing the game
- `King's Quest VII End2`: Alternate ending
The KQ6 code is in the `kShowMovie` function and the KQ7 code is in the
`Sci::VideoPlayer` class. (SCI16 vs SCI32). Each move is a standalone
QuickTime file, although I believe they're the kind where you need both
the data and resource fork.
Given how limited this is, I don't believe that any SCI expertise is
required to implement this feature. And it would be easy to test. (I just
want to point that out because I doubt I'd be the one to do this.)
--
Ticket URL: <https://bugs.scummvm.org/ticket/14173#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list