Simon Elberich

Results 4 comments of Simon Elberich

> common on Linux to use it this way : "path with spaces" Yeah, that's what I tried. Still broke since the string was passed to ffmpeg _without_ those quotations...

If I run `python.exe jumpcutter.py --input_file "C:\Some Path\ Some File.mp4" --output_file "some other file.mp4"` it will fail because it can't find the input file `C:\Some` because that's all that gets...

Nice, I didn't know about that way of calling processes. Learned something new and changed the code to include those changes. It's way cleaner that way for sure.

A possible workaround for me is to run the AppImage with the `--no-sandbox` argument. I've experienced this before with different Electron apps, but I'm not sure how to actually fix...