Opened 18 years ago

Closed 18 years ago

#2666 closed defect (invalid)

FF: Interlace videos

Reported by: SF/androidi Owned by: Kirben
Priority: normal Component: Engine: AGOS
Version: Keywords:
Cc: Game: The Feeble Files

Description

The video that plays after hotwiring the ship plays fullscreen but is interlaced while others aren't. This made the video pretty hard to watch, maybe there is something that could be done with this video so it appear normal..

ScummVM 0.9.0svn (Jun 9 2006 18:39:07) Windows Features compiled in: Vorbis FLAC MP3 zLib MPEG2

Feeble PC 2 CD English

Ticket imported from: #1504371. Ticket imported from: bugs/2666.

Change History (5)

comment:1 by eriktorbjorn, 18 years ago

This is more of a feature request, really. ScummVM displays the video as interlaced because the source material is interlaced.

It would probably be fairly easy to make MoviePlayer::copyFrame() fill in the blanks, though. The trick would be to figure out when to do it. Unless all versions interlace the same movies, in which case that could be hard-coded.

comment:2 by johndoe123, 18 years ago

It would be probably good to add this somehow to the encoder as it already has access to the Smacker flags.

comment:3 by eriktorbjorn, 18 years ago

That won't work, unfortunately.

I'm told that in the 4 CD version, the cutscenes are stored in half-size images with the "Y-interlaced" flag set, so the interlacing happens in the decoding.

However, in the 2 CD version, the cutscenes do not have the "Y-interlaced" flag. They use full-size images that just happen to have half of their lines blacked out.

comment:4 by Kirben, 18 years ago

Owner: set to Kirben
Resolution: invalid
Status: newclosed
Summary: FF: Escape video appears interlaced, videos before are okFF: Interlace videos

comment:5 by Kirben, 18 years ago

This isn't a bug, several videos in the game are meant to shown with an interlaced style, as in the original game.

Note: See TracTickets for help on using tickets.