videojs-framebyframe

1.0.1 • Public • Published

videojs-framebyframe

npm version npm License Build Status

Check out the demo!

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.

Installation

$ npm install videojs-framebyframe
$ bower install videojs-framebyframe

Framerate Issues

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.

Other

  • There's 4.X videojs code in the similarly named branch.

Contributors

  • Eric Rasche (@erasche)
  • Miguel Grinberg (@miguelgrinberg)

License

Dual licensed under GPLv3 and MIT

Package Sidebar

Install

npm i videojs-framebyframe

Weekly Downloads

24

Version

1.0.1

License

MIT

Last publish

Collaborators

  • erasche