thrimbletrimmer: Correct video time conversions due to overlap from transitions

pull/410/head
Mike Lang 10 months ago
parent 44b3369d81
commit 0d1e4585ef

@ -969,6 +969,9 @@ async function sendVideoData(newState, overrideChanges) {
return;
}
transitions.push([transitionType, transitionDuration])
// Since we're overlapping with the previous range, this range's start time is
// actually earlier. This matters for chapter markers.
rangeStartInFinalVideo -= transitionDuration;
}
}

Loading…
Cancel
Save