Skip to content

Instantly share code, notes, and snippets.

@arthurpizza
Created August 21, 2015 19:12
Show Gist options
  • Save arthurpizza/27c9b85a4033ddb5925b to your computer and use it in GitHub Desktop.
Save arthurpizza/27c9b85a4033ddb5925b to your computer and use it in GitHub Desktop.
A quick guide to making titles for videos with Imagemagick

Quick guide to imagemagick titles for video

On Apple:

convert -background black -fill white -font /Library/Fonts/Apple\ LiSung\ Light.ttf -size 1920x1080 -pointsize 120 -gravity center label:'Dink Thifferent' title.png

On Linux:

convert -background black -fill white -font ~/.fonts/Ubuntu\ Light.ttf -size 1920x1080 -pointsize 120 -gravity center label:'Dink Thifferent' title.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment