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

Video Player Component #181

Open
Bombfuse opened this issue Jul 17, 2022 · 0 comments
Open

Video Player Component #181

Bombfuse opened this issue Jul 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Bombfuse
Copy link
Owner

Let's add a Video Player Component to the engine.

Playing video is pretty valuable for a game engine.

  • Playing Cutscenes
  • Tutorial Videos
  • Game Intros

A Video Player Component would take in the following data in order to function (please add more if you think of anything else a video player component would need)

  • Video File Path
  • Clip Target (if a user only wants to show a select portion of the video, for example, the bottom right corner of the video. Default clip is none, resulting in the entire video being displayed)
  • Audio Mixer name (the audio mixer this video should output to)
  • Audio Volume (default 100%)
  • Looping (default false)

Should probably target FFMPEG as the first file format for Video Player Component.

@Bombfuse Bombfuse added the enhancement New feature or request label Jul 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant