Initial movmaker script
This commit is contained in:
commit
5b37d43665
3 changed files with 443 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue