Minor updates

This commit is contained in:
hbrain 2026-05-25 11:51:09 +00:00
parent e512b5012b
commit 8a0901590b
2 changed files with 36 additions and 20 deletions

View file

@ -23,7 +23,8 @@ sudo apt install ffmpeg
The default title/stamp styling uses these fonts:
- Bebas Neue for the opening title, date, and location
- Noto Sans Bold for the bottom-left/bottom-right stamps and per-file captions
- Noto Sans Bold for the bottom-left/bottom-right stamps
- IBM Plex Sans SemiBold for per-file captions
Both fonts support common Danish and Croatian characters such as `æ ø å Æ Ø Å č ć ž š đ Č Ć Ž Š Đ`.
@ -33,7 +34,7 @@ Install them locally for the current user:
mkdir -p ~/.local/share/fonts/google
curl -L -o ~/.local/share/fonts/google/BebasNeue-Regular.ttf \
'https://github.com/google/fonts/raw/main/ofl/bebasneue/BebasNeue-Regular.ttf'
sudo apt install fonts-noto-core
sudo apt install fonts-noto-core fonts-ibm-plex
fc-cache -f
```
@ -42,6 +43,7 @@ Check that fonts are available:
```bash
fc-match 'Bebas Neue'
fc-match 'Noto Sans'
fc-match 'IBM Plex Sans'
```
## Optional Jamendo music download
@ -124,7 +126,7 @@ Those three lines mean:
If the date line is omitted, movmaker uses the date from the first picture/video and displays it like:
```text
May 14th 2026
May 2026
```
If the location line is omitted and GPS coordinates are found in the first picture/video that has them, movmaker reverse geocodes them and uses that as the location. It tries to return only `city/town/village, country`; if no city/town/village is found, it uses just the country.
@ -188,7 +190,7 @@ python3 movmaker.py input --preview
- fades music in over 2 seconds and out over 10 seconds by default
- fades video in/out over 1.5 seconds by default
- overlays the opening title for the first 6 seconds: large title, then date/location on one line
- displays optional per-file captions at bottom center with a thin black outline; use `|` to split caption lines
- displays optional per-file captions at bottom center with slightly off-white text and a soft shadow; use `|` to split caption lines
- adds persistent bottom-left title/date/place and bottom-right `Bubulescu.Org` stamps
- preserves special characters in rendered overlays and metadata
- uses safe ASCII only for generated filenames, so special letters become readable equivalents like `Č` -> `C`, `å` -> `a`, `ø` -> `o`