EliteMasterEric / extension-ffmpeg

An OpenFL extension which provides support for multimedia files on native platforms.
MIT License
18 stars 5 forks source link

[Enhancement] Add video skip function #33

Closed AltronMaxX closed 2 years ago

AltronMaxX commented 2 years ago

I think you don't need explanation why it will be useful.

EliteMasterEric commented 2 years ago

Are you referring to a seek function (which would let you move the video to a specific position)?

If so, that would be covered by #26.

If not, and you're just referring to "Add a key to stop a video," that's very easy to implement in the application using this library (and may not make sense for some uses of video) so I don't see any reason to implement it.

AltronMaxX commented 2 years ago

I meant first option :)

EliteMasterEric commented 2 years ago

Ok that is covered by #26 in the Discussions page.