- whisper.cpp base.en transcription on RTX 5060 Ti (GPU 1) - 25,439 videos indexed from /mnt/mediaserver/ - pipeline: ffmpeg extract -> whisper-server infer -> save SRT - thermal cycle: 45min work / 15min rest - fixes: curl quotes for spaces, --convert + WorkingDirectory=/tmp
27 lines
207 B
Plaintext
27 lines
207 B
Plaintext
# Virtual env
|
|
venv/
|
|
.venv/
|
|
|
|
# Index (25k videos, large)
|
|
index.json
|
|
index.json.tmp
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
# Transcripts
|
|
transcripts/
|
|
|
|
# Temp files
|
|
*.wav
|
|
tmp/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|