结果Traceback (most recent call last):
File "C:\Python37\Scripts\autosub-script.py", line 11, in
load_entry_point('autosub==0.5.4a0', 'console_scripts', 'autosub')()
File "C:\Python37\lib\site-packages\autosub-0.5.4a0-py3.7.egg\autosub__init.py", line 147, in main
styles_list=styles_list)
File "C:\Python37\lib\site-packages\autosub-0.5.4a0-py3.7.egg\autosub\cmdline_utils.py", line 876, in audio_or_video_prcs
if not ffmpeg_utils.ffprobe_check_file(audio_wav):
File "C:\Python37\lib\site-packages\autosub-0.5.4a0-py3.7.egg\autosub\ffmpeg_utils.py", line 150, in ffprobe_check_file
shell=False)
File "C:\Python37\lib\subprocess.py", line 411, in check_output
*kwargs).stdout
File "C:\Python37\lib\subprocess.py", line 488, in run
with Popen(popenargs, **kwargs) as process:
File "C:\Python37\lib\subprocess.py", line 800, in init__
restore_signals, start_new_session)
File "C:\Python37\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
我的代码是 autosub -i C:\Python37\77.mp4 -S en-us
结果Traceback (most recent call last): File "C:\Python37\Scripts\autosub-script.py", line 11, in
load_entry_point('autosub==0.5.4a0', 'console_scripts', 'autosub')()
File "C:\Python37\lib\site-packages\autosub-0.5.4a0-py3.7.egg\autosub__init.py", line 147, in main
styles_list=styles_list)
File "C:\Python37\lib\site-packages\autosub-0.5.4a0-py3.7.egg\autosub\cmdline_utils.py", line 876, in audio_or_video_prcs
if not ffmpeg_utils.ffprobe_check_file(audio_wav):
File "C:\Python37\lib\site-packages\autosub-0.5.4a0-py3.7.egg\autosub\ffmpeg_utils.py", line 150, in ffprobe_check_file
shell=False)
File "C:\Python37\lib\subprocess.py", line 411, in check_output
*kwargs).stdout
File "C:\Python37\lib\subprocess.py", line 488, in run
with Popen(popenargs, **kwargs) as process:
File "C:\Python37\lib\subprocess.py", line 800, in init__
restore_signals, start_new_session)
File "C:\Python37\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] 系统找不到指定的文件。