Skip to content

VideoThumbnails Plugin

Daniel Neto edited this page Aug 18, 2026 · 2 revisions

Video Thumbnails plugin

Video Thumbnails shows a small preview of the selected moment when a viewer hovers over or drags the player timeline. The plugin builds a sprite from frames of the video.

Timeline thumbnail preview

Configure and use it in the UI

  1. Sign in as an administrator.
  2. Open Admin → Plugins and enable VideoThumbnails.
  3. Open its parameters and save the preview size and number of clips.
  4. Play a processed video and move the pointer over its timeline.
Setting Effect
width Width of the preview image in pixels
totalClips Number of timeline samples placed in the sprite
cacheFiles Reuses generated files instead of rebuilding them on every request

The plugin row also has Delete Thumbnails, which clears generated thumbnail sprites so they can be recreated. It does not delete the source video.

Common questions

Why is no preview shown? Confirm FFmpeg access, file permissions, source-video availability, and that the player has a usable timeline.

Why is the first load slower? A sprite may need to be generated. Keep caching enabled for normal production use.

Will increasing totalClips improve accuracy? It gives more preview points but also increases processing and file size. Test a moderate value first.

Clone this wiki locally