Skip to content

Video contact sheet creator - cross-platform

Notifications You must be signed in to change notification settings

Fearlessss/VideoContactSheetMaker

Repository files navigation

VideoContactSheetMaker

Video Contact Sheet Maker is a cross-platform software to create contact sheets from video files. It is meant to be a tool creating contact sheets quickly and easy and without installing any software.

Features

  • Cross-platform
  • Various default profiles (easy to use)
  • Customizable
  • Batch mode
  • Portable

Requirements

FFmpeg and FFprobe is required.

Windows user:

It's already included.

Linux user:

Install latest ffmpeg and ffprobe the usual way and verify PATH environment variable is set. A usual way could be:

sudo apt-get update
sudo apt-get install ffmpeg

How to use:

Available commands:

  -i Path        Required: Include a file or folder
  -p Path        Optional: Path to profile or a default profile name, otherwise it uses standard profile
  -r             Optional: Recursive, applies to included folders
  -o Path        Optional: Output folder, by default its the same folder as the file

Examples:
VideoContactSheetMaker -i "C:\Videos\sample.mp4"
VideoContactSheetMaker -i "C:\Videos\"
VideoContactSheetMaker -i "C:\Videos\" -p default2
VideoContactSheetMaker -i "C:\Videos\" -i "C:\Videos2\" -r -p "C:\profile.xml" -o "C:\Screens\"

Screenshots

Default profile 1 sample Default profile 3 sample

License

Video Contact Sheet Maker is licensed under GPLv3
Video Contact Sheet Maker uses ffmpeg / ffprobe which is licensed under LGPL 2.1 / GPL v2

About

Video contact sheet creator - cross-platform

Resources

Stars

Watchers

Forks

Packages

No packages published