add whisper to main command, ignore output files

This commit is contained in:
Mariano Gabriel
2025-10-19 22:49:36 -03:00
parent 93e0c06d38
commit ae89564373
5 changed files with 183 additions and 50 deletions

11
.gitignore vendored
View File

@@ -1,2 +1,11 @@
!samples/.gitkeep
# Sample videos
samples/*
!samples/.gitkeep
# Output files
output/*
!output/.gitkeep
# Extracted frames
frames/
__pycache__