reels-app/scripts
Sebastjan Artič aed9d21270 Add hybrid+gemini to whisper-provider argparse choices
Bug: PA PA reel showed argparse error:
  invalid choice: 'hybrid' (choose from 'auto', 'elevenlabs', 'local')

When user/system passes whisper_provider='hybrid' via API, the analyze.py
CLI rejected it because argparse choices were not updated when the new
hybrid mode was added to transcribe_full().

Fix: extend choices to ['auto', 'elevenlabs', 'local', 'hybrid', 'gemini']
2026-04-29 18:53:47 +00:00
..
acr_recognize.py MXF/MPG broadcast format support: handle multichannel audio properly 2026-04-29 14:38:48 +00:00
analyze.py Add hybrid+gemini to whisper-provider argparse choices 2026-04-29 18:53:47 +00:00
clip.py Upgrade default Whisper model: small/medium → large-v3 for much better Slovenian/Slavic transcription accuracy 2026-04-29 08:20:18 +00:00
find_chorus.py Find chorus: weight repetitive short phrases (like 'Ohne dich x5') as strong chorus signal 2026-04-28 16:57:45 +00:00
reframe.py MXF/MPG broadcast format support: handle multichannel audio properly 2026-04-29 14:38:48 +00:00
subtitle.py Upgrade default Whisper model: small/medium → large-v3 for much better Slovenian/Slavic transcription accuracy 2026-04-29 08:20:18 +00:00
yt_download.py Add cookies support to yt_download.py for YouTube bot detection bypass 2026-04-28 15:47:59 +00:00