Use current directory for default output

This commit is contained in:
hbrain 2026-05-25 00:56:49 +00:00
parent 352ba163ca
commit 10e9c5fae1
2 changed files with 8 additions and 8 deletions

View file

@ -126,7 +126,7 @@ With options:
```bash
python3 movmaker.py input \
--out-dir out \
--out-dir . \
--image-duration 6 \
--fade 3 \
--audio-fade 10 \
@ -159,7 +159,7 @@ python3 movmaker.py input --preview
- adds persistent bottom-left title/date/place and bottom-right `@bubulescu` stamps
- writes safe ASCII text in rendered overlays and metadata, so special letters become readable equivalents like `Č` -> `C`, `å` -> `a`, `ø` -> `o`
- embeds MP4 metadata: title, date, location, artist, comment, and creation_time
- writes an MP4 file named like `YYYYMMDD_title.mp4` by default
- writes an MP4 file named like `YYYYMMDD_title.mp4` in the current directory by default
- takes `YYYYMMDD` from the first picture/video metadata, falling back to file modification date
- uses local `ffmpeg/ffmpeg` and `ffmpeg/ffprobe` when present, otherwise system tools