Reputation: 848
Can jwplayer play a video clip backwards in normal or slow motion speed?
Upvotes: 1
Views: 239
Reputation: 4201
You might be able to change the playback rate to a negative number, but I am not sure how the performance would be.
You could try to modify my script for playback rate and make it negative?
https://github.com/emaxsaun/speed/
Upvotes: 0
Reputation: 3359
No. JW Player does not have any ability to manipulate the video itself. JW Player doesn't actually "play" the video. It's just a steering script, sending the video to the browser's own native HTML5 ability, or invoking a Flash plugin if necessary. It provides its own overlays for things like controls, playlists, and advertising, but it doesn't "process" the video in any way.
Upvotes: 2