Skip to content

kmou424/go-video-thumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-video-thumb

go-video-thumb is a tool that generates a grid of thumbnail images for videos.

Requirements

  • ffmpeg

Previews

Default:

default

Custom (-no-header -cols 6 -rows 6):

custom

Usage

# local video file
$ video-thumb -i video.mp4
# local directory, program will walk the directory and automatically process the video
$ video-thumb -i /dir/to/your/videos
# online video file
$ video-thumb -i http://example.com/video.mp4

It also supports the drag gesture on Windows. You can drag a video onto the video-thumb executable file.

Other Arguments

$ video-thumb -i video.mp4 -cols 6 -rows 6 -no-header -font-size 24
  • -cols: Sets the number of columns in the grid of thumbnail images.
  • -rows: Sets the number of rows in the grid of thumbnail images.
  • -no-header: Hides the basic information of the video, which is normally inserted at the top of the image.
  • -font-size: Sets the font size for the text (only available for basic information).

License

MIT License