Use out directory for generated videos

This commit is contained in:
hbrain 2026-05-24 12:51:51 +00:00
parent 5b37d43665
commit 51146f75b9
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -5,7 +5,7 @@ __pycache__/
venv/ venv/
# Generated videos / outputs # Generated videos / outputs
output/ out/
*.mp4 *.mp4
*.mov *.mov
*.mkv *.mkv

View file

@ -92,7 +92,7 @@ With options:
```bash ```bash
python3 movmaker.py input \ python3 movmaker.py input \
--output output/movie.mp4 \ --output out/movie.mp4 \
--image-duration 3 \ --image-duration 3 \
--fade 1 \ --fade 1 \
--resolution 1920x1080 \ --resolution 1920x1080 \