Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blinking cues when segmented over multiple segments or chunks (cont'd) #4155

Merged

Conversation

bbert
Copy link
Contributor

@bbert bbert commented Mar 27, 2023

This PR is following PR #4103 in order to fix blinking cues in case of chunked images subtitles.

In order to compare contiguous cues, image sources are now resolved before comparing cues content (= isd returned by IMSC-1 library parser), instead of being resolved only while rendering the cues.
This allows to compare all images contents and to handle comparing images with different ids or references but with the same content.
An issue has also been reported in IMSC-1 to ask for image sources to be resolved while generating the isd contents (see sandflow/imscJS#241).

This PR also provides some additionnal minor fixes:

  • to handle contiguous cues with overalapping times
  • to allows cue times not be aligned with segment times

@bbert bbert added the Bug label Mar 27, 2023
@dsilhavy dsilhavy added this to the 4.7.0 milestone Mar 27, 2023
@dsilhavy dsilhavy self-requested a review March 27, 2023 12:58
@dsilhavy dsilhavy merged commit 36af412 into Dash-Industry-Forum:development Apr 5, 2023
3 checks passed
@bbert bbert deleted the fix/segmented-cues branch January 22, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants