Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant