- Removing all of the remaining frontend leftover from hugo
This commit is contained in:
12
scripts/label.sh
Normal file
12
scripts/label.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Label's a give
|
||||
msg='No Thumbnail found'
|
||||
color="fontcolor=white"
|
||||
size='fontsize=45'
|
||||
pos='(w-text_w)/2'
|
||||
|
||||
rm -f out.gif
|
||||
ffmpeg -i "$1" -vf \
|
||||
"drawtext=text='$msg':$color:$size:x=$pos:y=10:"\
|
||||
out.gif
|
||||
Reference in New Issue
Block a user