Deinterlaced videos?

Discussion about the game and its default mods.
Post Reply
sylandro
Posts: 5
Joined: Sat Aug 15, 2015 6:08 pm

Deinterlaced videos?

Post by sylandro »

The fan-made patches for Tiberian Dawn and Red Alert have a feature to deinterlace videos during runtime. Currently, OpenRA plays the videos interlaced, which look noticeably worse.

Are there any plans to add the code that deinterlaces the videos for OpenRA? It should be possible to do by tweaking the code of the movie player to decode it properly.

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

The video decoder naturally deinterlaces, but we then fake the interlacing by drawing a stripe pattern overlay. You can disable this locally by adding DrawOverlay: False under the VqaPlayer widget definitions in the mods/<mod>/chrome/<file>.yaml files.

There are no plans to disable the fake interlacing in our default mods.

User avatar
SMIFFGIG
Posts: 36
Joined: Sat Mar 08, 2003 6:00 pm
Location: Great Britain
Contact:

Post by SMIFFGIG »

This would be nice as a checkbox option under the Visuals/Graphics section in the options menu.
Edit: I remember the play station versions of TD and RA both had interlacing removed from all videos.
The un-offical addon for Tiberian Sun
Image

User avatar
r34ch
Posts: 137
Joined: Sun Mar 01, 2015 2:02 pm

Post by r34ch »

SMIFFGIG wrote: This would be nice as a checkbox option under the Visuals/Graphics section in the options menu.
Make a request on github :)

If you really want it implemented, add a bounty on bounty source

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

That's not likely to happen (adding a bounty does not mean that the feature will be added). We made a design choice to display the videos as they are now, and adding a bunch of checkboxes to change minor UI style points is poor design.

Post Reply