Thumbnail Grid Studio is a desktop app for creating contact-sheet style preview images from video files (JPG or PNG).
The repository contains two native implementations:
| Platform | Stack | Status | Details |
|---|---|---|---|
| macOS | SwiftUI + Swift CLI | Implemented | README |
| Windows | WinUI 3 + .NET 10 (+ CLI) | Implemented | README |
- Import multiple videos via drag and drop or file picker
- Generate thumbnail grids/contact sheets with configurable layout
- Customize spacing, colors, metadata visibility, and font sizes
- Export as
JPGorPNG - Bundled
ffmpeg/ffprobefor broad format support (mp4,mov,avi,mkv,webm, ...)
| macOS | Windows |
|---|---|
apps/macos: macOS app source, packaging scripts, CLIapps/windows: Windows app source, build/publish scripts