[Scummvm-tracker] [ScummVM :: Bugs] #16170: AGS: The Cabin: videos are unsupported
ScummVM :: Bugs
trac at scummvm.org
Wed Sep 3 22:17:59 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):
First upstream (agsplayer) can play the videos in the subdir data, after
conversion to theora with
for vid in data*.dat; do ffmpeg -i "$vid" -c:v libtheora -q:v 7 -c:a
libvorbis -q:a 7 -vf "$vid".ogv && rm "$vid" && mv "$vid".ogv "$vid"; done
note you need a acsetup with the original resolution:
screen_height=1080
screen_width=1920
or try to convert to the most similar to the game screen and see if the
intro movie end aligns with the first room area (the video is supposed to
end with it).
This is sort of surprising to me because I had no problems with other
games with replacing\minimizing the acsetup. I guess it's a unsolvable
automatically problem without the information of how the video matches the
game screen.
Moving on, the problem is that even after conversion, scummvm says it
can't find the video (./data/data1.dat) and agsplayer plays it fine.
I don't know if the problem is theora support being disabled or a
subdir\path construction problem but there is something wrong here.
--
Ticket URL: <https://bugs.scummvm.org/ticket/16170#comment:11>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list