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

Base64 TTML subtitles not converting properly #386

Open
potterface opened this issue Apr 28, 2024 · 0 comments
Open

Base64 TTML subtitles not converting properly #386

potterface opened this issue Apr 28, 2024 · 0 comments

Comments

@potterface
Copy link

potterface commented Apr 28, 2024

I am trying to download some shows from a service called Vivo Play. It has TTML subtitles in base64 format.
N_m3u8DL-RE will download those subtitles and convert them to PNG files then create a timed srt file with timecodes like this:

1
08:35:31,368 --> 08:35:33,875
0.png

2
08:35:38,968 --> 08:35:39,812
1.png

Then it procceeds to remove all the PNG files and I end up with one useless srt file.
It would be better if it converted the TTML base64 subtitles to XML+PNG so we could import in an editing software and convert them into BD SUP or DVD SUB/IDX. The way it is handling these subtitles, even if I pass --del-after-done False I can't do anything with the SRT + PNG files that are left on the temp folder.

Here is a sample TTML subtitle downloaded with N_m3u8DL-RE_v0.2.0-beta taken from the temp folder:
WBLA.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant