Segment accurate clipping #1410
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Many customers have issues with clipping, the most recent being loss of audio at random points for some videos. We've always found the culprit to be something to do with splitting the start/end segments, if we manually create a manifest without split segments and push that through VOD the issues go away. So I think we should switch to segment accurate clipping and sacrifice the higher accuracy for the huge improvement in reliability.