go-video-thumb

module
v0.0.0-...-4f448d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: MIT

README

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

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL