Initial movmaker script

This commit is contained in:
hbrain 2026-05-24 12:42:20 +00:00
commit 5b37d43665
3 changed files with 443 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Generated videos / outputs
output/
*.mp4
*.mov
*.mkv
*.avi
*.webm
# Local input media
input/
media/
# OS/editor
.DS_Store
.vscode/
.idea/