folders
This commit is contained in:
19
hamlet/hamlet.sh
Normal file
19
hamlet/hamlet.sh
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
ffmpeg -y -i hamlet-landscape.png -vf "drawtext=fontfile='../Nuninto/static/Nunito-Bold.ttf':\
|
||||
text='ROSE ASH VILLAGE HALL':fontcolor=white:fontsize=30:x=740:y=570:" -frames:v 1 out.jpg
|
||||
|
||||
|
||||
ffmpeg -y -i out.jpg -vf "drawtext=fontfile='../Nuninto/static/Nunito-Bold.ttf':\
|
||||
text='Friday 30th January':fontcolor=white:fontsize=35:x=765:y=610" -frames:v 1 out-1.jpg
|
||||
|
||||
ffmpeg -y -i out-1.jpg -vf "drawtext=fontfile='../Nuninto/static/Nunito-Bold.ttf':\
|
||||
text='£10 on the door or in advance':fontcolor=white:fontsize=15:x=815:y=660" -frames:v 1 out-2.jpg
|
||||
|
||||
ffmpeg -y -i out-2.jpg -vf "drawtext=fontfile='../Nuninto/static/Nunito-Bold.ttf':\
|
||||
text='Doors open 7pm; play starts 7.30':fontcolor=white:fontsize=15:x=800:y=825" -frames:v 1 out-3.jpg
|
||||
|
||||
|
||||
ffmpeg -y -i out-3.jpg -vf "drawtext=fontfile='../Nuninto/static/Nunito-Bold.ttf':\
|
||||
text='https\://rose-ash.com':fontcolor=white:fontsize=20:x=10:y=830" -frames:v 1 hamlet-final.jpg
|
||||
|
||||
rm out*.jpg
|
||||
Reference in New Issue
Block a user