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
- Host: GitHub
- URL: https://github.com/ppetr/vidthumb
- Owner: ppetr
- License: gpl-3.0
- Created: 2012-06-17T17:15:33.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-19T08:11:51.000Z (about 14 years ago)
- Last Synced: 2025-01-31T08:44:15.000Z (over 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.