Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Windows Only.
Ok, to make this feature work:
Create a Folder called "Plugin" (not Plugins as older tests) in your Project, and paste ffplay.exe from ffmpeg inside it.
ffplay.zip.
It's basically a new .exe that runs over easyRPG one.
It doesn't have all the functionality from the og command, since I don't know how program them inside FFplay.
So, you won't be able to move, resize, etc...
Neither you'll be able to speed it up with FastForward keys.
Any key or mouse click will close it instantly (would be better a hold button to close?)
To cover other platforms, Ghabry suggested working with .dll files instead.
Here's a DLL version of ffplay I got from @YepSfx:
https://github.com/YepSfx/FFPlay-1.2.12
https://github.com/YepSfx/FFPlay-3.4.8
I couldn't make it work, and it share some of EasyRPG libraries (Like sdl):
And here's a chinese tutorial I translated from @piaodazhu repo:
https://github.com/jetrotal/simpleFFplay
This one looks very good, and may help us learning how to work with this
since we don't know anything about video players.
My guess is for Android and Webplayer, Native videoplayer and Iframe stuff could help us?