PHPackages                             yolu/kirby-video-thumbnail - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. yolu/kirby-video-thumbnail

ActiveKirby-plugin[Image &amp; Media](/categories/media)

yolu/kirby-video-thumbnail
==========================

Kirby Panel plugin that auto-generates a thumbnail from a video frame on upload, with a scrubber to pick the exact frame.

1.0.1(2mo ago)12192[2 issues](https://github.com/yolu-ch/kirby-video-thumbnail/issues)[1 PRs](https://github.com/yolu-ch/kirby-video-thumbnail/pulls)MITVueCI passing

Since May 22Pushed 1mo agoCompare

[ Source](https://github.com/yolu-ch/kirby-video-thumbnail)[ Packagist](https://packagist.org/packages/yolu/kirby-video-thumbnail)[ RSS](/packages/yolu-kirby-video-thumbnail/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (3)Used By (0)

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.

[![preview](https://private-user-images.githubusercontent.com/8091819/598230814-8f5e79d5-129f-4e45-aad3-20095123b35d.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODI5ODk1NDAsIm5iZiI6MTc4Mjk4OTI0MCwicGF0aCI6Ii84MDkxODE5LzU5ODIzMDgxNC04ZjVlNzlkNS0xMjlmLTRlNDUtYWFkMy0yMDA5NTEyM2IzNWQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDJUMTA0NzIwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjBkMGU5OTcyNjIzODRhNDRjMTU3NDJkZmViOTc2OTMwMDhkYjdlODcwNzQyYzdjYTZlNjRhY2M0ZDZhOWE0YSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.bWt8F-n4wO5-aM8h-eTgEEz39NgQED65SEuedBC0gn4)](https://private-user-images.githubusercontent.com/8091819/598230814-8f5e79d5-129f-4e45-aad3-20095123b35d.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODI5ODk1NDAsIm5iZiI6MTc4Mjk4OTI0MCwicGF0aCI6Ii84MDkxODE5LzU5ODIzMDgxNC04ZjVlNzlkNS0xMjlmLTRlNDUtYWFkMy0yMDA5NTEyM2IzNWQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDJUMTA0NzIwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjBkMGU5OTcyNjIzODRhNDRjMTU3NDJkZmViOTc2OTMwMDhkYjdlODcwNzQyYzdjYTZlNjRhY2M0ZDZhOWE0YSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.bWt8F-n4wO5-aM8h-eTgEEz39NgQED65SEuedBC0gn4)Features
--------

[](#features)

    video-thumbnail.18.41.22.webm    Features
--------

[](#features-1)

- 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 `thumb` template applied via a hook
- Works with any browser-supported video format (MP4, WebM, etc.) — WebM requires Safari 16+

Requirements
------------

[](#requirements)

- Kirby 4 or 5
- Modern browser (Canvas API + `` element support)

Installation
------------

[](#installation)

### Composer (recommended)

[](#composer-recommended)

```
composer require yolu/kirby-video-thumbnail
```

### Manual

[](#manual)

Download or clone this repository and place it in `/site/plugins/video-thumbnail`.

Usage
-----

[](#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:

```
# site/blueprints/files/thumb.yml
extends: files/thumb

fields:
  alt:
    type: text
```

License
-------

[](#license)

MIT — see [LICENSE](LICENSE)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance85

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

61d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a05366be1fb9be88d8575d139ae497d6daf27c410c9ff1f1f61761315d77ce8?d=identicon)[jonathanhess](/maintainers/jonathanhess)

---

Top Contributors

[![movingwater](https://avatars.githubusercontent.com/u/8091819?v=4)](https://github.com/movingwater "movingwater (17 commits)")

---

Tags

getkirbykirbykirby-pluginthumbnailvideo

### Embed Badge

![Health badge](/badges/yolu-kirby-video-thumbnail/health.svg)

```
[![Health](https://phpackages.com/badges/yolu-kirby-video-thumbnail/health.svg)](https://phpackages.com/packages/yolu-kirby-video-thumbnail)
```

###  Alternatives

[getkirby/cms

The Kirby core

1.5k584.8k490](/packages/getkirby-cms)[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[getkirby/starterkit

Kirby Starterkit

20413.6k](/packages/getkirby-starterkit)[flokosiol/focus

Better image cropping for Kirby CMS

18265.7k](/packages/flokosiol-focus)[sylvainjule/annotator

Place pins / define zones on an image synced with a structure field

11015.6k](/packages/sylvainjule-annotator)[getkirby/plainkit

Kirby Plainkit

11911.7k1](/packages/getkirby-plainkit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
