thrimbletrimmer: Correct video time conversions due to overlap from transitions

pull/414/head
Mike Lang 2 months ago committed by Mike Lang
parent c96c7cedd6
commit 8c6141b5ca

@ -969,6 +969,9 @@ async function sendVideoData(newState, overrideChanges) {
return; return;
} }
transitions.push([transitionType, transitionDuration]) 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