Make sure you’re setting the timestamps correctly, and make sure to open the .funscript file instead of the mp4 file. Make sure to hit Save before you process it.
Also I think only the 2nd and 3rd checkboxes work now.
I tested out from what @Midevil was using, and I made some additional bugfixes.
1 - changed to ffmpeg from moviepy when combining non-same files - timing is more consistent when appending clips this way. Also encodes the video to the largest video size out of all the files.
2 - fixed some more timestamp handling with getting the perfect timings when making clips - accounted for clips that start at 00:00:00.000 or end at the length of the video.
Tried out the program and it works really well! I would love a feature to enter multiple time frames for a single video/script and then combine them. I think a lot of users would appreciate this feature as you would be able to cut out sections you don’t like to save some disk space (especially for huge vr videos). Great work so far!
Edit: Basically like the app lossless-cut, but with the amazing script cutting functionality of this app.
Read the first post.
It’s a python script so you need to install python first and run the commands as described in the hidden section “How to run the Python Script”. As usually with python scripts there are a lot of manual steps to go through to set up the environment.