Page 1 of 1

.ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 21 Oct 2023 19:18
by AndryS1
Here's how subtitles was displayed on version 3.0.18.
Image
But after updating to version 3.0.19 I got the following:
Image
Log for this version: https://pastebin.com/VfbgNi5w

What I tried but didn't help: reset preferences, disable hw decoding, convert subtitle to codepage/utf-8 bom. Checked the nightly build dated October 21, same problem. I also checked the aspect ratio, it is set to "original". I have no idea what it could be.
The subtitles were originally in an mkv container, I extracted them with ffmpeg and the problem persisted.
I will continue to use VLC 3.0.18 until the problem is resolved. But I would like to upgrade to 3.0.19 if there is workaround for it. If any more information is needed I am ready to provide it as much as possible.

Subtitles to reproduce the problem can be found here: https://pastebin.com/up8SaLqF. Any 1080p video will do for testing.

OS: Windows 10 22h2 19045.3570.
GPU: GTX 1660ti 6gb
CPU: Ryzen 5 5600

Thank you for continuing to develop VLC

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 23 Oct 2023 11:56
by Lotesdelere
Please upload this .SSA file to to WeTransfer.com or Disroot.org and then post the link to the file here.
https://wetransfer.com
https://upload.disroot.org

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 23 Oct 2023 13:41
by AndryS1
Please upload this .SSA file
Here it is
https://upload.disroot.org/r/uK70ZyBk#K ... GwYQ5NzDU=

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 23 Oct 2023 14:56
by Lotesdelere
I can reproduce the issue while it's playing fine with other players.
You should create a new report ticket on the VLC issues tracker with your above report, the link to your sample file and the link to this thread:
https://code.videolan.org/videolan/vlc/-/issues

If possible, because of this:
https://forum.videolan.org/viewtopic.ph ... 27#p538427

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 24 Oct 2023 20:17
by AndryS1
I can reproduce the issue while it's playing fine with other players.
You should create a new report ticket on the VLC issues tracker with your above report, the link to your sample file and the link to this thread:
https://code.videolan.org/videolan/vlc/-/issues

If possible, because of this:
https://forum.videolan.org/viewtopic.ph ... 27#p538427
Thank you for your reply and for confirming the issue. I already tried to create a ticket, but got exactly the error you are talking about. Too bad you can't report a problem about logging in without logging in, ha-ha.
I will periodically check to see if the login problem is resolved and create a ticket. But if anyone here can do it for me, I'd be happy to.
Anyway looking forward to reporting the problem, thanks again for your replies.

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 04 Nov 2023 16:15
by Gringo
Latest 3.0.20 have this problem too, in version 3.0.18 all are OK.

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 08 Nov 2023 20:42
by Lay
same problem here with .ass subtitles.

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 17 Nov 2023 14:51
by InTheWings
Rendering is correct here. Might be a windows only bug.

Did anyone tried to change video output ?

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 17 Nov 2023 14:53
by InTheWings
Bug is reopened, but can't reproduce

https://code.videolan.org/videolan/vlc/-/issues/27771

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 17 Nov 2023 15:15
by InTheWings
Subtitles to reproduce the problem can be found here: https://pastebin.com/up8SaLqF. Any 1080p video will do for testing.
script is correctly detected and patched on the fly to work with 0.17.1

Code: Select all

libass debug: patching script info for custom rendering engine (built against libass 0x1701000)
How does it behaves when you remove the

Code: Select all

Original Script
part ?

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 18 Nov 2023 11:56
by Lotesdelere
Did anyone tried to change video output ?

Same behaviour of stretched aspect ratio of subtitles with D3D11, D3D9 and OpenGL for Windows with VLC 3.0.20.
It's working fine with all other players I've tried.

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 20 Nov 2023 00:50
by Lay
Subtitles to reproduce the problem can be found here: https://pastebin.com/up8SaLqF. Any 1080p video will do for testing.
script is correctly detected and patched on the fly to work with 0.17.1

Code: Select all

libass debug: patching script info for custom rendering engine (built against libass 0x1701000)
How does it behaves when you remove the

Code: Select all

Original Script
part ?
I tried with my ass sub and without Original Script line it works... but it always worked even with that line (I think that's a default line for ass/ssa subtitles so it should work with it).

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 21 Nov 2023 11:46
by Lotesdelere
I tried with my ass sub and without Original Script line it works... but it always worked even with that line (I think that's a default line for ass/ssa subtitles so it should work with it).

Exactly. It works with other players and it works with older versions of VLC so it's definitely a regression.

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 04 Dec 2023 11:49
by Lay
I see there are still no plan to fix this... why?
It is clearly a regression and it should be easy to fix...

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 18 Dec 2023 10:49
by InTheWings
I see there are still no plan to fix this... why?
It is clearly a regression and it should be easy to fix...
3.0.21 or try nightlies

Re: .ssa subtitles started to display incorrectly after upgrading to 3.0.19

Posted: 31 Dec 2023 07:27
by AndryS1
3.0.21 or try nightlies
Can confirm, 3.0.20 nightly build (at least Dec 31) resolves the issue.
Thank you for your work and have a good New Year!