https://github.com/ultmaster/video-thumbnail
Python script to create highly-customized thumbnails for videos
https://github.com/ultmaster/video-thumbnail
thumbnail video-thumbnail
Last synced: 12 months ago
JSON representation
Python script to create highly-customized thumbnails for videos
- Host: GitHub
- URL: https://github.com/ultmaster/video-thumbnail
- Owner: ultmaster
- Created: 2017-12-23T14:07:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T21:26:54.000Z (over 2 years ago)
- Last Synced: 2025-03-29T09:22:16.183Z (about 1 year ago)
- Topics: thumbnail, video-thumbnail
- Language: Python
- Size: 244 KB
- Stars: 51
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Thumbnails

## Installation
Installing dependencies can be a really painful experience, painful enough to scare you away.
You should install the following packages:
+ Python 3 (of course)
+ Pillow (PIL)
+ ffmpeg
+ PyAV
If you have managed to install all above, congratulations! Enjoy~!
## Usage
The only thing that is currently very much needed to configure is the font. You should carefully choose a truetype font,
something like `*.ttf` and put it in the current directory, specify the font name in `thumbnail.py`. Done!
You may notice that files are renamed and some temporary files are created when running the program. This is due to the
ridiculous bug in PyAV which nobody cares. I would really appreciate it if someone could repair this bug.