We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDX Kim_Vocal_2 model probably is running on CUDA: 0% | 0/47 | 00:00<<? 2025-01-25 08:34:46 - faster_whisper - ERROR - Error: Some error in ffmpeg_audio() func. Faster Whisper 返回值: 130 2025-01-25 08:34:47 - faster_whisper - ERROR - Faster Whisper 错误: Error: Some error in ffmpeg_audio() func. 2025-01-25 08:34:47 - transcript_thread - ERROR - 转录过程中发生错误: Error: Some error in ffmpeg_audio() func. Traceback (most recent call last): File "D:\tools\VideoCaptioner\app\core\thread\transcript_thread.py", line 130, in run asr_data = self.asr.run(callback=self.progress_callback) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\tools\VideoCaptioner\app\core\bk_asr\BaseASR.py", line 73, in run resp_data = self._run(callback, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\tools\VideoCaptioner\app\core\bk_asr\FasterWhisperASR.py", line 208, in _run raise RuntimeError(error_msg) RuntimeError: Error: Some error in ffmpeg_audio() func.
去除背景音会导致ffmpeg报错
The text was updated successfully, but these errors were encountered:
可以在AppData\bin\换上最新的whisper XXL r245.2 再试试 https://github.com/Purfview/whisper-standalone-win/releases
Sorry, something went wrong.
No branches or pull requests
问题描述 | Problem Description
MDX Kim_Vocal_2 model probably is running on CUDA: 0% | 0/47 | 00:00<<?
2025-01-25 08:34:46 - faster_whisper - ERROR - Error: Some error in ffmpeg_audio() func.
Faster Whisper 返回值: 130
2025-01-25 08:34:47 - faster_whisper - ERROR - Faster Whisper 错误: Error: Some error in ffmpeg_audio() func.
2025-01-25 08:34:47 - transcript_thread - ERROR - 转录过程中发生错误: Error: Some error in ffmpeg_audio() func.
Traceback (most recent call last):
File "D:\tools\VideoCaptioner\app\core\thread\transcript_thread.py", line 130, in run
asr_data = self.asr.run(callback=self.progress_callback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\tools\VideoCaptioner\app\core\bk_asr\BaseASR.py", line 73, in run
resp_data = self._run(callback, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\tools\VideoCaptioner\app\core\bk_asr\FasterWhisperASR.py", line 208, in _run
raise RuntimeError(error_msg)
RuntimeError: Error: Some error in ffmpeg_audio() func.
去除背景音会导致ffmpeg报错
日志信息(可选)| Logs (Optional)
The text was updated successfully, but these errors were encountered: