Allows users to step frame-by-frame through a video.
This has to make an unfortunate assumption about framerate, but it should be "ok" for general use. If you can run framerate detection on the server side, this plugin works perfectly for you.
$ npm install videojs-framebyframe
$ bower install videojs-framebyframe
We have no easy way to calculate framerate in Javascript, so we make a guess. If you're serving the video yourself or otherwise can calculate the FPS value, then you should use that and supply it to your videojs instance.
Dual licensed under GPLv3 and MIT