-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Subtitles with multiple lines are overlapped so wrong text position #19698
Comments
|
@Essam311 ah thanks i forgot where i had written i also suspect that a possible cause is that InputStreamAdaptive not parse/provide all info to kodi i think the problem is that ISA parse the Webvtt and convert each portion in SRT |
@CastagnaIT The SRT format supports the text position using the alignment tags like {\an8}, {\an5}, but they do not work on Kodi. You could test using this subtitle file with Kodi and with media player classic. This might help. |
i think i have found something in thanks for the tags tip, i think is possible add in some way a parse for these tags (like but on webvtt we have specific coordinates then i think is possible to add the tag conversion part on ISA, |
@Essam311 this is a rudimental example to make work the but is needed different other changes to make all position tags to works |
is true, although all things are related in this use case |
it seems that the text coordinates are calculated in the right way, |
i have found a old Issue not directly related but explaining the current problems with subtitles render, |
@Essam311 do you know other ntfx tvshow that make use of text positions? (like Blue exorcist or Family guy) |
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
There is a problem with
webvtt(edit: this problem should happen with all SRT files) subtitles, when a subtitle is displayed in conjunction with another in sequencethe subtitles appears overlapped
This is the subtitle file, at index 261 this part should appear in conjuction with next sequences 262 and 263
webvtt_subtitle.txt
but appears as overlapped with wrong position:
where instead should appear similar to:
If needed the video is on ntflix "Blue exorcist" S1E13 time position 14:58 and choose English subtitles
UPDATE:
We have found two causes for this problem:
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Have a right subtitle position
Actual Behavior
Subtitles appears overlapped or in wrong position
Possible Fix
To Reproduce
Steps to reproduce the behavior:
Debuglog
The debuglog can be found here:
https://paste.kodi.tv/fifugoniyo.kodi
Screenshots
Here are some links or screenshots to help explain the problem:
Additional context or screenshots (if appropriate)
Here is some additional context or explanation that might help:
Your Environment
Used Operating system:
Android
iOS
tvOS
Linux
OSX
Windows
Windows UWP
Operating system version/name: Windows 10
Kodi version: 19
note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.
The text was updated successfully, but these errors were encountered: