-
Notifications
You must be signed in to change notification settings - Fork 537
Description
I'm getting this error:
C:\Users\usuario\Documents\Programacion\Python\Python nivel 1>py jumpcutter.py --input_file Arderas.mp4 --output_file Arderascutted.mp4 --silent_speed 999999
"ffmpeg" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
"ffmpeg" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Traceback (most recent call last):
File "C:\Users\usuario\Documents\Programacion\Python\Python nivel 1\jumpcutter.py", line 108, in
sampleRate, audioData = wavfile.read(TEMP_FOLDER+"/audio.wav")
File "C:\Python39\lib\site-packages\scipy\io\wavfile.py", line 639, in read
fid = open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'TEMP/audio.wav'
someone helps me, please