Tune slideshow timing and title overlays

This commit is contained in:
hbrain 2026-05-24 19:56:30 +00:00
parent 51146f75b9
commit 54a474f278
4 changed files with 246 additions and 31 deletions

10
AGENTS.md Normal file
View file

@ -0,0 +1,10 @@
# Project context for movmaker
## Notes
- This project will be a simple Python + ffmpeg movie maker.
- Desired workflow: user dumps all files into one flat input directory and runs a script; no manual YAML and no required subdirectories.
- Script should auto-detect images, videos, audio files, and an optional simple text data file for titles/dates/places. Default/simple data file content applies generally to the whole movie; optional per-file entries may be supported but must not be required.
## Guidelines
- Do not store sensitive secrets, passwords, API keys, or private credentials here.
- Never push changes to git unless explicitly asked.