You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When converting one bluray sup file recently, I noticed that the ouput idx/sub file contains incomplete subtitles for certain lines.
After single-stepping through the source code, I found out that when decoding images, only the first imageObject in a subPictureBD instance was decoded. This led to incomplete subtitle since in my case, there were sometimes two imageObject in one subPictureBD. I believe these two imageObject should be combined to form one complete subtitle image.
I'm not a Java programmer, so I suppose I will just post this issue here instead of trying to fix this bug myself. I can provide the sup file in question if further inspection is needed.
The text was updated successfully, but these errors were encountered:
Yes, that is the problem with the code. It always only assumed one image object. It's the same reason the avatar bluray SUP from: #34 crashes the program. I'm sure another SUP file to help fix the issue and test would be helpful.
When converting one bluray sup file recently, I noticed that the ouput idx/sub file contains incomplete subtitles for certain lines.
After single-stepping through the source code, I found out that when decoding images, only the first imageObject in a subPictureBD instance was decoded. This led to incomplete subtitle since in my case, there were sometimes two imageObject in one subPictureBD. I believe these two imageObject should be combined to form one complete subtitle image.
I'm not a Java programmer, so I suppose I will just post this issue here instead of trying to fix this bug myself. I can provide the sup file in question if further inspection is needed.
The text was updated successfully, but these errors were encountered: