Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

Is possible to play multiple video at the same time?
Is possible to add transparant video here?
Is size data possible using float instead of integer?
Is possible to animate the video, let say I want move my video or use opacity to 0 in 60fps and others?
What about processor usage if I play the video in with this script?
I use others, and my cpu usage 100%

1. No, only one;

2. Yes;

3. Yes, you can use float;

4. No, for while It's only possible to make the video appear configured. When I did this plugin, I thought "it's a video", people would use the video editing for this. After all, the great flexibility is because it's a video in real time;

5. It typically uses the GPU to play video, since the game runs on Chromium. But if the GPU is integrated graphics, it will obviously use the CPU.

I haven't sold any plugins yet. If you buy one, you can help me develop new features!

I might consider buying the plugin if some of the features I need are already implemented.

Specifically, I need support for playing multiple videos simultaneously and flexibility in how the videos are displayed. Since moving and animating videos is important for my project, I’d like to be able to treat videos as “sprites”  XD

I’m not using Spine or anything similar. In my previous game, I used a video plugin by Niji, but when playing videos the CPU usage would hit 100%, so it wasn’t optimized enough.