-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove ttp:mediaDuration. #18
Comments
If we do not add clip{Begin,End} then we still need a way to to resolve overall indefinite duration on document time line, which argues for retaining ttp:mediaDuration. Note that TTT [1] uses a command line option, --external-duration, to provide this information at present (in the absence of a ttp:mediaDuration parameter or equivalent). |
The desired duration can remain indefinite by the processing model, leaving the task of determining the effective duration to the document processing context. imscJS, for instance, outputs an ISD with an end time of infinity in the case of indefinite duration. |
The Working Group just discussed
The full IRC log of that discussion<nigel> Topic: Remove ttp:mediaDuration. ttml2#549<nigel> github: https://github.com/w3c/ttml2/issues/549 <nigel> Glenn: If the processor does not know what duration to use then indefinite durations could <nigel> .. not be resolved to a finite interval. I see the comment that ISD can now have an indefinite <nigel> .. end time. I'm willing to go with removal at this point. <nigel> RESOLUTION: Remove ttp:mediaDuration |
Remove ttp:mediaDuration (#549). Since we have a WG resolution to proceed on this, and since nobody is proposing to keep ttp:mediaDuration, I am merging this early to facilitate closing #76. If someone wishes to object to the WG resolution https://github.com/w3c/ttml2/issues/549#issuecomment-356695431, feel free to reopen #549 with specific comments.
Since we have a WG resolution to proceed on this, and since nobody is proposing to keep |
Closing this issue with no further action since |
Alongside the removal of mediaDuration in #323 we need to remove mediaDuration as discussed at TPAC 2017. The indefinite end time can be resolved using clipBegin (or its renamed equivalent) instead as per #483.
The text was updated successfully, but these errors were encountered: