Use out directory for generated videos
This commit is contained in:
parent
5b37d43665
commit
51146f75b9
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,7 +5,7 @@ __pycache__/
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
# Generated videos / outputs
|
# Generated videos / outputs
|
||||||
output/
|
out/
|
||||||
*.mp4
|
*.mp4
|
||||||
*.mov
|
*.mov
|
||||||
*.mkv
|
*.mkv
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue