Changes between Initial Version and Version 1 of Ticket #16531, comment 16


Ignore:
Timestamp:
Feb 19, 2026, 5:57:37 PM (2 months ago)
Author:
antoniou79

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16531, comment 16

    initial v1  
    1 Good to know that the "soul jumping" (character perspective switching works).
     1Good to know that the "soul jumping" (character perspective switching) works.
    22
    33The videos don't need re-encoding though. The quicktime decoder that ScummVM integrates has no issue playing them. The only thing that didn't work was the quick "early detection" that our Director engine does, looking at the start of the video files and deciding which video decoder it will send them to (if any). This has an easier fix than re-encoding the videos (and preserves the original files, so that's always a plus). But yeah, probably something more elegant and applicable to all video files, than my proposed fix.