I'm trying to transcribe a ~55 minute video and am watching the logs as it goes through the process.
- It downloads the video just fine into the appropriate length .mp4 file
- It converts it to a .mp3 file and deletes the mp4 file
- The mp3 file is only 10:00 minutes.
- There are two warnings/errors when trying to convert:
stable_whisper/whisper_word_level/original_whisper.py:249: UserWarning: FP16 is not supported on CPU; using FP32 instead Not sure if that's an issue.
models:transcribe_audio:168 - Transcription failed: FFmpeg failed to read "/app/output/DC20_Beta_Q_A_61.mp4".. Progress: 0% It's trying to read the deleted .mp4 file.
This is on Unraid 7.1.4, CPU: Intel® Xeon® CPU E5-2699 v4, no GPU available.