Download the PHP package stef77dd/videothumbnailsprite without Composer
On this page you can find all versions of the php package stef77dd/videothumbnailsprite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stef77dd/videothumbnailsprite
More information about stef77dd/videothumbnailsprite
Files in stef77dd/videothumbnailsprite
Package videothumbnailsprite
Short Description PHP library for generating video thumbnail sprites
License MIT
Homepage https://github.com/stef77dd/videoThumbnailSprite
Informations about the package videothumbnailsprite
videoThumbnailSprite
WARNING: This library is no longer maintained /WARNING
PHP library for generating video thumbnail sprites to be used for thumbnails in JWPlayer's seek bar.
System requirements
PHP > 7.x (see release 0.2 for the latest version supporting PHP 5.5/5.6).
Following binaries need to be installed
- Either ffmpeg (tested with >= v2.2) or ffmpegthumbnailer
- imagemagick (tested with >= v6.6)
Installation
Usage
There are two different thumbnailing methods available, ffmpeg (default) or ffmpegthumbnailer.
To keep individual source images of the sprite instead of removing it after assembling the sprite into a single image:
Acknowledgments
- Inspired by vlanard/videoscripts and scaryguy/jwthumbs.
- Thanks to Mehrdad-Dadkhah for adding ffmpegthumbnailer support and other additional features.
- Forked from Emgag's video-thumbnail-sprite
Uses:
- captioning/captioning
- imrantune/flysystem-tempdir
- intervention/image
- php-ffmpeg/php-ffmpeg
- symfony/process
- thephpleague/flysytem
License
videoThumbnailSprite is licensed under the MIT License.
All versions of videothumbnailsprite with dependencies
intervention/image Version >=2.5
symfony/process Version >=5.0
captioning/captioning Version >=2.0
php-ffmpeg/php-ffmpeg Version >=1.1
emgag/flysystem-tempdir Version >=3.0