Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

hexylena/videojs-framebyframe

Repository files navigation

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

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

License

Dual licensed under GPLv3 and MIT

About

frame-by-frame stepping plugin for use with video.js

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE.gpl
MIT
LICENSE.mit

Stars

Watchers

Forks

Packages

No packages published