jappeace / cut-the-crap

Automated video editing for streamers
MIT License
103 stars 7 forks source link

The final segment gets cut off #54

Closed jappeace closed 4 years ago

jappeace commented 4 years ago

For the hammer video we have these silences be detected:

("[silencedetect @ 0xfc3400] silence_start: 1.88365","[silencedetect @ 0xfc3400] silence_end: 4.76173 | silence_duration: 2.87808")
("[silencedetect @ 0xfc3400] silence_start: 4.85402","[silencedetect @ 0xfc3400] silence_end: 5.50827 | silence_duration: 0.65425")

Those are correct, but we forget the final piece, eg from last silence to the end.

jappeace commented 4 years ago

I worked around this in 2.3.1, we now can only parse videos of up to a week long. That's where the final silence gets inserted.