-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Regression: error using TTML subtitles with DASH #478
Comments
There is very limited support for TTML right now, i.e. only TTML in text output is supported, e.g. you can do something like this:
We will start working on TTML in mp4 next month. Follow #87 for the updates. Does that answer your question? |
ah, I see. However, I already tried both text input and output.
And this is my 'sintel_de.ttml'
So, it seems to be error handling in this part of the code in packager.cc
Doesn't this mean that it currently only supports the WEBVTT format ? or |
This is a regression. Thanks for reporting the issue. Will fix it soon. |
Note that TTML in ISO-BMFF is not supported yet. Also updated packager_test.py: - Added a test using TTML passthrough. - Computed output extension from input extension unless output_format is specified. Fixes #478. Change-Id: Ia917fc4ed3c326782791ed67601fba02ea28b11d
Cherry-picked to v2.2.1. |
I have additional questions.
Does that mean that VTT included in mp4 in track form is also supported? |
Yes, Shaka Packager supports vtt in mp4 output. |
I have a question about the supported subtitle format.
The readme document states that the following subtitles are supported:
However, it behaves as if TTML is not supported.
In fact, the packager.cc source returns an error if the format is not webvtt as follows:
Can you tell me exactly which subtitles format are supported?
Thanks.
The text was updated successfully, but these errors were encountered: