carykh / jumpcutter

Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
MIT License
3.08k stars 541 forks source link

Safe input strings #216

Closed tutacat closed 7 months ago

tutacat commented 7 months ago

Safe input strings: The commands have been fixed to use input arguments ["cmd","arg1","arg2"] instead of shell strings "cmd arg1 arg2" or "cmd \"arg1\" \"arg2\""