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

6
hamlet/hamlet-teaser.sh Normal file
View File

@@ -0,0 +1,6 @@
bash ../remove-text.sh -i hamlet-teaser.mp4 -o hamlet-1.mp4 --x 650 --y 480 --w 650 --h 200 --start 45.1 #--preview
bash ../text.sh -i hamlet-1.mp4 -o hamlet-2.mp4 --start 45.1 --end 48.5 --fs 150 --dy 0 --text "ROSE ASH VILLAGE HALL" --fontfile "./BebasNeue-Regular.ttf"
bash ../text.sh -i hamlet-2.mp4 -o hamlet-output.mp4 --start 46 --end 49 --fs 100 --dy 250 --text "Friday, January 30th 2026" --fontfile "./BebasNeue-Regular.ttf"
rm hamlet-1.mp4
rm hamlet-2.mp4