mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Log exception
This commit is contained in:
parent
470d6adebb
commit
d315a5eb04
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ class WhisperCppFileTranscriber(QObject):
|
|||
ffmpeg_cmd = (ffmpeg.input(self.file_path)
|
||||
.output(wav_file, acodec="pcm_s16le", ac=1, ar=whisper.audio.SAMPLE_RATE))
|
||||
|
||||
logging.debug('Running ffmpeg, %s', ffmpeg_cmd.args())
|
||||
logging.debug('Running ffmpeg, %s', ffmpeg_cmd.get_args())
|
||||
|
||||
ffmpeg_cmd.run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue