Saturday, November 19, 2016

one-liner to make a script that creates posters for training videos with graphical text

one-liner to make a script that creates posters for training videos with graphical text

gabe@linux-ltcu:/data/tech> ls -1d Adv* | awk '{BASE="$0" ; print "cd \""$BASE"\"; convert -background tan -fill brown -font Utopia -size 600x900 -border 60x0 -bordercolor tan -gravity Center caption:\""$BASE"\" poster.jpg; cd ../"}' > make_posters.sh

No comments:

Post a Comment