This commit is contained in:
gilesb
2025-10-25 18:17:56 +01:00
parent d5fa0bcb12
commit 9e7672c05a
39 changed files with 689 additions and 0 deletions

18
mr-burton/README.md Normal file
View File

@@ -0,0 +1,18 @@
# Mr Burton
[rose-ash.com](https://rose-ash.com/mr-burton/)
## [rose ash poster(burton.jpg)](burton.jpg)
![poster](burton.jpg)
```bash
bash burton.sh
```
## [rose ash trailer(hamlet_output.mp4)](hamlet_output.mp4)
```bash
bash hamlet-teaser.sh
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

BIN
mr-burton/burton.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

26
mr-burton/burton.sh Normal file
View File

@@ -0,0 +1,26 @@
ffmpeg -y -i burton-original.jpeg -vf "drawtext=fontfile='../Nunito/static/Nunito-Bold.ttf':\
text='ROSE ASH VILLAGE HALL':fontcolor=orange:fontsize=60:x=590:y=875" -frames:v 1 1.jpg
ffmpeg -y -i 1.jpg -vf "drawtext=fontfile='../Nunito/static/Nunito-Bold.ttf':\
text='Friday, 14th November':fontcolor=red:fontsize=40:x=750:y=930" -frames:v 1 2.jpg
ffmpeg -y -i 2.jpg -vf "drawtext=fontfile='../Nunito/static/Nunito-Bold.ttf':\
text='£6':fontcolor=black:fontsize=40:x=925:y=975" -frames:v 1 3.jpg
ffmpeg -y -i 3.jpg -vf "drawtext=fontfile='../Nunito/static/Nunito-Bold.ttf':\
text='Doors open 7pm; film starts 7.30':fontcolor=black:fontsize=20:x=800:y=1020" -frames:v 1 4.jpg
ffmpeg -y -i 4.jpg -vf "drawtext=fontfile='../Nuninto/static/Nunito-Bold.ttf':\
text='https\://rose-ash.com':fontcolor=black:fontsize=35:x=10:y=1025" -frames:v 1 5.jpg
ffmpeg -y -i 5.jpg -vf "drawtext=fontfile='../Nunito/static/Nunito-Bold.ttf':\
text='Bar':fontcolor=black:fontsize=20:x=934:y=1050" -frames:v 1 burton.jpg
rm 1.jpg
rm 2.jpg
rm 3.jpg
rm 4.jpg
rm 5.jpg