Skip to content

San7o/youtube-miniature-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors