carykh / jumpcutter

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

Jumpcutter not cutting visuals, only audio #217

Open Scribbl16 opened 2 months ago

Scribbl16 commented 2 months ago

Running jumpcutter removed the silence from audio perfectly, but it didn't cut the visual frames at all. Visually, no changes have been applied to my video, which causes the visuals to drag behind the audio. Am I missing a step? I've included my command below:

python jumpcutter.py --input_file test.mp4 --output_file test_cut.mp4 --sounded_speed 1 --silent_speed 999999 --frame_margin 10 --silent_threshold 0.1

Thanks so much