Hana is a video thumbnails generator. It creates thumbnail images from video files and join them in one image.

Project website

Source code

Report bugs or request features


  1. Features
  2. Installation
  3. Dependencies
  4. Build

Features

  1. parallel processing
  2. set number of rows and columns
  3. toggle file info
  4. set thumbnail width and spacing
  5. set background and text colors

Output image output image

Installation

Easiest way to install is through flatpak, flatpaks should work on all distros.

Flatpak setup guide

flatpak install flathub org.kde.hana
flatpak run org.kde.hana

If you don’t like flatpak you can build from source or ask the your distro to provide a package.

Dependencies

Dependencies will be printed by cmake when trying to build. Or can be found in the main CMakeLists.txt file, look for find_package.

Build

git clone https://invent.kde.org/multimedia/hana
cd hana
cmake -B build -G Ninja
cmake --build build