[Scummvm-tracker] [ScummVM :: Bugs] #16170: AGS: The Cabin: videos are unsupported
ScummVM :: Bugs
trac at scummvm.org
Wed Sep 3 04:54:01 UTC 2025
#16170: AGS: The Cabin: videos are unsupported
----------------------+--------------------------
Reporter: webangel3 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: AGS
Version: | Resolution:
Keywords: The Cabin | Game:
----------------------+--------------------------
Comment (by i30817):
To convert the movie files for this game, in Linux, cd to the data subdir
in a cmd line and with ffmpeg installed do:
for vid in data*.dat; do ffmpeg -i "$vid" -c:v libtheora -q:v 10 -c:a
libvorbis -q:a 10 "$vid".ogv && rm "$vid" && mv "$vid".ogv "$vid"; done
I'm doing it myself right now to see if it fixes the videos but I have all
expectation it will (the dat files in the subdir are all videos).
--
Ticket URL: <https://bugs.scummvm.org/ticket/16170#comment:6>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list