dbvideostriketeam / wubloader

MIT License
14 stars 6 forks source link

Allow a fudge factor when checking for gaps/overlaps between segments #374

Closed ekimekim closed 9 months ago

ekimekim commented 9 months ago

Sometimes in the wild (particularly on youtube) segments may not be timed perfectly, so allow up to 10ms of gap or overlap to be counted as "equal" for purposes of finding the best segment.

Also commit some segment coverage features I added while testing this.