Many of my recordings have the video automatically transitioning between several web-cam feeds. When I bring a clip into Shotcut, I have to manually split the clip every 30, 60, or 90 seconds (depends on the configuration used when recording). I’ve scanned the forum, documentation, and did some trial-and-error, but cannot find a way to automatically split the video. Does anyone know if this might be possible using native functionality or existing scripts/plugins?
Hi @aberrantcode - I just wrote a simple Auto HotKey script which does what you want. (Note: AHK is for Windows only).
How to use it:
Set the time of the jump you require in Shotcut to n seconds (or frames) (CTRL + J)
Run Auto Hotkey on your computer
Unzip the AHK file attached and double click it.
When you are on the timeline in Shotcut, press the hotkey CTRL + 1 (this “hotkey” can be changed by editing the script) and the cursor will jump then split automatically.
I’ve also added a “loop” feature in the script so you press CTRL + 2 and the process (Jump and Split) will repeat 4 times. Again, this number of repeats can be changed. Just replace “4” (after “loop”) with any number you want.