jumpcutter
jumpcutter copied to clipboard
[Errno 2] No such file or directory: 'TEMP/audio.wav'
'ffmpeg' is not recognized as an internal or external command,
operable program or batch file.
'ffmpeg' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "jumpcutter.py", line 109, in
Please tell us what you did to get this error.
I use Windows 10 64bit system I have all the required software as listed on the required .txt file. I made a folder with the footage in a .mp4 format and the python script (the python script file wasn't incorrectly copied over because I also tried it with the download version). Then I held left shift and right clicked on the folders empty space and pressed "Open PowerShell window here" and then typed in "python jumpcutter.py --input_file Female.mp4 --output_file Female_cut.mp4 --sounded_speed 1 --silent_speed 7 --frame_margin 2" then the console spits out the text that is shown in the post. edit: Also the TEMP file has (after running the script) a "params.txt" which has this inside: 'ffmpeg' is not recognized as an internal or external command, operable program or batch file.
Try moving ffmpeg.exe into the same folder as the jumpcutter.py
Thank you, kind sir. the issue was that the ffmpeg.exe was not in the folder but in ShareX>Tools. and you have to have THE .exe and not a shortcut. Got a long video brewing 2 hours after I'm supposed to go to sleep so... Thank you!
Oh, another issue it popped out this "10000 time-altered frames saved.
10020 time-altered frames saved.
10040 time-altered frames saved.
Traceback (most recent call last):
File "jumpcutter.py", line 166, in
Your memory ran out. Try splitting the video into smaller parts and than using jumpcutter.
If you are a macOS user, the problem is most likely that you don't have ffmpeg installed. This can be solved by installing Homebrew and brew install ffmpeg
. If this is not the problem, the error should also be visible under /TEMP/params.txt
.
Try moving ffmpeg.exe into the same folder as the jumpcutter.py
I have windows 10 and followed the exact step the author wrote, but I am still getting the exact same error as the post. I can't seem to find the ffmpeg.exe inside the repository and I tried to install it using git install ffmpeg, but the error still persist.
Solution:
- download win64-gpl-4.3.zip from https://github.com/BtbN/FFmpeg-Builds/releases.
- unzip
- copy ffmpeg.exe from bin and paste it into your repository folder
Traceback (most recent call last):
File "jumpcutter.py", line 108, in
I have installed FFmpeg, but still get this part of an error.
Try moving ffmpeg.exe into the same folder as the jumpcutter.py
I have windows 10 and followed the exact step the author wrote, but I am still getting the exact same error as the post. I can't seem to find the ffmpeg.exe inside the repository and I tried to install it using git install ffmpeg, but the error still persist.
Solution:
- download win64-gpl-4.3.zip from https://github.com/BtbN/FFmpeg-Builds/releases.
- unzip
- copy ffmpeg.exe from bin and paste it into your repository folder
✅ This works fine.