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
c322ede20c
commit
3376fa44f1
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ class WhisperCppFileTranscriber(QObject):
|
|||
f = subprocess.run(['ffmpeg'] + ffmpeg_cmd.get_args())
|
||||
logging.debug('subprocess exited with code %s', f.returncode)
|
||||
|
||||
ffmpeg_cmd.run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
|
||||
# ffmpeg_cmd.run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
|
||||
|
||||
args = [
|
||||
'--language', self.language if self.language is not None else 'en',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue