William Garrity
William Garrity
My windows build works with Python 3. I had an issue with the above one looking for Python 2. Here is the link: https://github.com/will9183/jumpcutter/releases/download/v1.0-beta/jumpcutter-win.zip
Ya and I think mine doesn't require python to be installed beforehand but ffmpeg. My plan is to make an NSIS installer that does all of this. I have done...
@JettJamez If it is the windows version you have to run it from the command line.
I made a very basic installer with @DeflatedPickle GUI: https://github.com/will9183/jumpcutter/releases/download/v1.1-beta/jumpcutter-installer.exe I'm planning on making a better install interface and an option to install ffmpeg
New installer with bug fixes from @DeflatedPickle and I and new installer UI: https://github.com/will9183/jumpcutter/releases/download/v1.2-beta/jumpcutter-installer.exe
@DeflatedPickle When I try to use the GUI jumpcutter.py throws an error saying that silent speed has an invalid float
@DeflatedPickle No problem. I was planning on updating my installer anyways so it all works out.
Oops, it is actually silent threshold that is having an issue. This is the actual error: `usage: jumpcutter.py [-h] [--input_file INPUT_FILE] [--url URL] [--output_file OUTPUT_FILE] [--silent_threshold SILENT_THRESHOLD] [--sounded_speed SOUNDED_SPEED] [--silent_speed...
@DeflatedPickle Yup it fixed it. Thank you, I will update my EXE tonight.
@DeflatedPickle And now there is another error. I don't know if it is the gui or not but I get this halfway through ffmpeg's stuff and this shows up: `Traceback...