Download the PHP package yolu/kirby-video-thumbnail without Composer
On this page you can find all versions of the php package yolu/kirby-video-thumbnail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yolu/kirby-video-thumbnail
More information about yolu/kirby-video-thumbnail
Files in yolu/kirby-video-thumbnail
Package kirby-video-thumbnail
Short Description Kirby Panel plugin that auto-generates a thumbnail from a video frame on upload, with a scrubber to pick the exact frame.
License MIT
Informations about the package kirby-video-thumbnail
Kirby Video Thumbnail
A Kirby Panel plugin that automatically generates a JPEG thumbnail from a video frame when uploading a video file. A scrubber lets editors pick the exact frame before the upload is confirmed.
Features
Features
- Captures a frame from the video client-side (no server-side processing)
- Live preview of the selected frame in the upload item
- Slider to scrub through the video and choose any frame as the thumbnail
- Thumbnail is uploaded alongside the video as
{videoname}_thumb.jpg - Thumbnail file automatically gets the
thumbtemplate applied via a hook - Works with any browser-supported video format (MP4, WebM, etc.) — WebM requires Safari 16+
Requirements
- Kirby 4 or 5
- Modern browser (Canvas API +
<video>element support)
Installation
Composer (recommended)
Manual
Download or clone this repository and place it in /site/plugins/video-thumbnail.
Usage
The plugin works automatically. When a video is uploaded through the Kirby Panel, a thumbnail is generated from the first frame. Use the scrubber that appears below the upload item to select a different frame before confirming the upload.
The thumbnail file is named {videoname}_thumb.jpg and receives the thumb file template, which you can extend in your own blueprints:
License
MIT — see LICENSE