Skip to content

Why spending 30 seconds to do something when you can spend 5 hours automating it? This is a bash script to automatically generate youtube thumbnails. It takes a video, a title and a subtitle. It will take a random frame from the video, blur it and add the text with a little shadow behind.

Notifications You must be signed in to change notification settings

San7o/youtube-miniature-generator

Repository files navigation

youtube-miniature-generator

Why spending 30 seconds to do something when you can spend 5 hours automating it? -- A programmer

This is a bash script to automatically generate youtube thumbnails. It takes a video, a title and a subtitle. It will take a random frame from the video, blur it and add the text with a little shadow behind.

Usage

./generate.sh test_video.mkv "THIS IS AUTOGENERATED" "WITH A SIMPLE BASH SCRIPT"

example1

example2

Dependencies

  • ffmpeg to take a random frame from a video

  • Imagemagick to write the text

  • Firefox to open the image

About

Why spending 30 seconds to do something when you can spend 5 hours automating it? This is a bash script to automatically generate youtube thumbnails. It takes a video, a title and a subtitle. It will take a random frame from the video, blur it and add the text with a little shadow behind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published