Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

AVI playback #440

Open
Kromster80 opened this issue Sep 19, 2018 · 0 comments
Open

AVI playback #440

Kromster80 opened this issue Sep 19, 2018 · 0 comments

Comments

@Kromster80
Copy link
Owner

Kromster80 commented Sep 19, 2018

The game requires AVI playback for intro and inter-mission videos.

Requirements for a solution:

  • support for overlay text/subtitles
  • support different voice-overs
  • de-interlace on the fly (or we could re-code de-interlaced video)
  • compile on Delphi7-XE5 and Lazarus
  • ensure that codec used is available on all systems (for original codecs - looks like it is)
  • any library used needs to be licensed for free use
  • video and subtitles should look okay with dynamic resize (1024*720 to 4k) and different windowed frame proportions

--

Considerations:

  • prefer to use OpenGL renderer with POT textures
  • subtitles will probably need a new font (or some system font), to be large enough (readable)
  • make calls to play mission videos a part of campaign data
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant