Closed jappeace closed 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.
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.
For the hammer video we have these silences be detected:
Those are correct, but we forget the final piece, eg from last silence to the end.