titles
Title screens are the intro cards, month dividers, and ending screens that get inserted into your generated videos. The titles command group lets you preview styles and manage fonts.
titles test
Generate a standalone title screen to preview how it looks before committing to a full video generation.
immich-memories titles test [OPTIONS]
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--year | -y | int | current year | Year to display |
--birthday-age | — | int | — | Age for birthday title (e.g., 1 for "1st Year") |
--person | -p | string | — | Person name for subtitle |
--month | -m | int | — | Month number 1-12 (for month divider) |
--type | — | choice | title | title, month, or ending |
--orientation | -o | choice | landscape | landscape, portrait, square |
--resolution | -r | choice | 1080p | 720p, 1080p, 4k |
--locale | -l | choice | en | en or fr |
--style | -s | choice | random | modern_warm, elegant_minimal, vintage_charm, playful_bright, soft_romantic, random |
--output | -O | path | ./title_screen_preview.mp4 | Output file |
--download-fonts | — | flag | — | Download fonts before generating |
--no-animated-background | — | flag | — | Use static gradient instead of animation |
Examples:
# Simple year title
immich-memories titles test --year 2024
# Birthday title for a person
immich-memories titles test --birthday-age 2 --person "Emma" --year 2024
# Month divider
immich-memories titles test --month 6 --year 2024 --type month
# Portrait for social media
immich-memories titles test --year 2024 --orientation portrait
# French locale with vintage style
immich-memories titles test --year 2024 --locale fr --style vintage_charm
titles fonts
Manage the fonts used for title screens. Fonts are OFL-licensed from Google Fonts and cached locally in ~/.immich-memories/fonts/.
# List available fonts and their status
immich-memories titles fonts
# Download all fonts
immich-memories titles fonts --download
# Clear the font cache
immich-memories titles fonts --clear
If you haven't downloaded fonts yet, title generation will still work: it'll just use whatever's available on your system. But the downloaded fonts look better.