From 51146f75b9e63aa5289acedbe43500910e56148d Mon Sep 17 00:00:00 2001 From: hbrain Date: Sun, 24 May 2026 12:51:51 +0000 Subject: [PATCH] Use out directory for generated videos --- .gitignore | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9471009..915062d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ __pycache__/ venv/ # Generated videos / outputs -output/ +out/ *.mp4 *.mov *.mkv diff --git a/README.md b/README.md index 1f2b89c..c8edfc1 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ With options: ```bash python3 movmaker.py input \ - --output output/movie.mp4 \ + --output out/movie.mp4 \ --image-duration 3 \ --fade 1 \ --resolution 1920x1080 \