An open API service indexing awesome lists of open source software.

https://github.com/ppetr/vidthumb

Simple script for creating video thumbnails
https://github.com/ppetr/vidthumb

Last synced: over 1 year ago
JSON representation

Simple script for creating video thumbnails

Awesome Lists containing this project

README

          

Simple script for creating video thumbnails
===========================================
Creates an image composed of thumbnails of given video file(s). The thumbnails size and count can be customized by command line options.

Requirements
------------
- Python 2.6 or later,
- Python *argparser* library,
- Python Imaging Library,
- *ffmpegthumbnailer* in the system path.

Caveats
-------
I didn't test it on Windows, only on Linux. If you do, please let me know if/how it works.