phloxic / videojs-sprite-thumbnails

Video.js plugin to display thumbnails from a sprite image when hovering over the progress bar
https://lastshiphome.de/en/movie
MIT License
52 stars 13 forks source link

Recommended method for creating sprite image #8

Closed pipdig closed 3 years ago

pipdig commented 3 years ago

Hi there!

I was wondering if there is a recommended method for generating the sprite image to work best with this plugin? Something like https://askubuntu.com/questions/377579/how-can-i-use-ffmpeg-to-output-a-screenshot-gallery-mosaic/377630#377630 perhaps?

Thanks

phloxic commented 3 years ago

@pipdig - no particular recommendation, anything that does the job for you.

FWIW, I use video-thumbnail-generator. I considered looking into an ffmpeg-only way, but so far was too lazy ;-)