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

BIN
5th-step/5th-A3-1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
5th-step/5th-final.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 KiB

37
5th-step/5th-step.sh Normal file
View File

@@ -0,0 +1,37 @@
ffmpeg -y -i 5th-A3-1.jpg \
-vf "drawbox=3000:2240:1480:120:color=red:t=6" \
-frames:v 1 preview.jpg
#ffmpeg -y -i 5th-A3-1.jpg -vf "delogo=x=3000:y=2200:w=1600:h=150:show=1" -frames:v 1 preview.jpg
ffmpeg -y -i 5th-A3-1.jpg -vf "delogo=x=3000:y=2240:w=1480:h=120:show=0" -frames:v 1 output.jpg
ffmpeg -y -i output.jpg -vf "drawtext=fontfile='../fonts/Bebas_Neue/BebasNeue-Regular.ttf':\
text='ROSE ASH VILLAGE HALL':fontcolor=white:fontsize=250:x=2850:y=2000:\
borderw=2:bordercolor=white@0.25" -frames:v 1 a3-out.jpg
ffmpeg -y -i a3-out.jpg -vf "drawtext=fontfile='../fonts/Nuninto/static/Nunito-Bold.ttf':\
text='Friday 28th November 2025':fontcolor=white:fontsize=120:x=2900:y=2250:\
borderw=2:bordercolor=white@0.25" -frames:v 1 a3-out-1.jpg
ffmpeg -y -i a3-out-1.jpg -vf "drawtext=fontfile='../fonts/Nuninto/static/Nunito-Bold.ttf':\
text='£10 on the door or in advance':fontcolor=white:fontsize=75:x=3200:y=2450:\
borderw=2:bordercolor=white@0.25" -frames:v 1 a3-out-2.jpg
ffmpeg -y -i a3-out-2.jpg -vf "drawtext=fontfile='../fonts/Nuninto/static/Nunito-Bold.ttf':\
text='Doors open 7pm; play starts 7.30':fontcolor=white:fontsize=50:x=3350:y=3100:\
borderw=2:bordercolor=white@0.25" -frames:v 1 a3-out-3.jpg
ffmpeg -y -i a3-out-3.jpg -vf "drawtext=fontfile='../fonts/Nuninto/static/Nunito-Bold.ttf':\
text='https\://rose-ash.com':fontcolor=white:fontsize=90:x=100:y=3300:\
borderw=2:bordercolor=white@0.25" -frames:v 1 5th-final.jpg
rm a3-out*.jpg
rm preview.jpg
rm output.jpg

24
5th-step/README.md Normal file
View File

@@ -0,0 +1,24 @@
# The Fifth Step
[rose-ash.com](https://rose-ash.com/nt-live-the-fifth-step/)
All NT marketing materials are available [here](https://nationaltheatrelive.egnyte.com/fl/6dMyp6wjkmfV)
## [rose ash poster(5th-final.jpg)](5th-final.jpg)
![poster](5th-final.jpg)
```bash
bash 5th-step.sh
```
## trailer
[original](https://nationaltheatrelive.egnyte.com/fl/xwH93vMf7yBm#folder-link/NTL%202026%20-%20Hamlet/Online%20Content/Teaser%20Trailer?p=e2888687-20fb-4dfb-b6c2-6182291e2e4e)
```bash
bash trailer.sh
```
[rose ash version](https://www.youtube.com/watch?v=e3mMD0MJj94)

4
5th-step/trailer.sh Normal file
View File

@@ -0,0 +1,4 @@
bash ../text.sh -i trailer.mp4 -o trailer-1.mp4 --start 71 --end 79 --fs 120 --dy -400 --text "ROSE ASH VILLAGE HALL" --fontfile "../fonts/BebasNeue/BebasNeue-Regular.ttf"
bash ../text.sh -i trailer-1.mp4 -o 5th-trailer.mp4 --start 72 --end 79 --fs 100 --dy 250 --text "Friday, November 28th" --fontfile "../fonts/BebasNeue/BebasNeue-Regular.ttf"
rm trailer-1.mp4