https://bugs.winehq.org/show_bug.cgi?id=36542
Sven Arvidsson sa@whiz.se changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sa@whiz.se
--- Comment #5 from Sven Arvidsson sa@whiz.se --- I tried the GOG release with 8.0-rc2 and videos seem to play just fine.
On closer examination all videos are Cinepak. I guess GOG transcoded them as newer Windows releases have problems with Indeo too.
For the original CD release of the game, it might work to transcode them with ffmpeg. Something like:
ffmpeg -i I.avi -c:v cinepak -q:v 1 -c:a adpcm_ms I_new.avi