Skip to content

Basic thumbnail generator for video files written in Python.

Notifications You must be signed in to change notification settings

LiammCodes/thumbnail-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thumbnail-Generator

Basic thumbnail generator for video files written in Python. As of right now, the script will take a video file as input and take the frame at the 30 second mark as a thumb nail, and create a thumbnails folder and save it there.

IMPORTANT NOTE: The script must be in the same directory as the video files you'd like to make thumbnails for.

Requirements:

  • Pillow: pip install Pillow

  • FFMpeg (MacOS): brew install ffmpeg

  • FFMpeg (Linux): apt-get install ffmpeg

About

Basic thumbnail generator for video files written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages