[Scummvm-tracker] [ScummVM :: Bugs] #16170: AGS: The Cabin: videos are unsupported
ScummVM :: Bugs
trac at scummvm.org
Wed Sep 3 23:01:27 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):
for vid in data*.dat; do ffmpeg -i "$vid" -c:v libtheora -q:v 10 -c:a
libvorbis -q:a 10 -vf "scale=640:360" "$vid".ogv && rm "$vid" && mv
"$vid".ogv "$vid"; done
gave me the best results. There is still a slight jump but it kind of
makes sense
the original acsetup has 1080x1920 a 16:9 resolution. The minimal 16:9
resolution is 640x360, so this tracks.
I still think it's kind of weird that the engine doesn't auto resize
movies but whatever, the real important problem is not finding the video
files (in a subdir? Because they have no extension? No clue).
--
Ticket URL: <https://bugs.scummvm.org/ticket/16170#comment:12>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list