-
Notifications
You must be signed in to change notification settings - Fork 178
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
TTML Files Missing TimeCode_FirstFrame and TimeCode_LastFrame #2112
Comments
TTML related outputs already shows
My understanding here is that you want info about a time line, with the info displayed in a time code format. Not difficult, we already have all internally, the issue here is how to represent different ideas (time code as a value able to have discontinuities, or as a representation of a time), and I need also to clarify the documentation about the meaning of each field. |
Jerome, Thanks for the explanation. Yes, here is our use case. We have a composition timeline that says, for example, that the SOM is 01:00:00:00 and the EOM is 01:00:10:00. We want to ensure all of the timed text that is "content" is within the the composition as part of a sniff check. This allows us to at a glance understand that the timed text files are within the composition and we can have an operations team look a it if there is content outside. Having a consistent field across all text formats would help with this. The explanation about the "only there if there is a timecode" makes sense as I did see it in TTML's at one point but it must have been those with HH:MM:SS:FF. Event those values in TTML are not timecodes but a mediatime representation in timecode format so it has to be converted from mediatime to timecode to get actual timecode location. |
We use to focus on start and end of a stream iven if there is no content, it makes sense that you want something more related to the display. That said, wouldn't it preferable to use the If displayed time stamp / code is preferred over commands time stamp / code, only a small couple of hours of work, I'll implement that after my vacation. |
Hi Jerome,
|
Hi Jerome, Can I have an update on this one? |
It is in the latest snapshots, please confirm that it fits your needs. |
Hi Jerome,
Noticed a timed text file is missing the TimeCode_FirstFrame & TimeCode_LastFrame from the XML output. Is there a way to unify the First and Last Frame across formats? We are using code to generate the the timecode policy to determine if the text is within the in/out of the composition.
Other text files i.e. SCC files have:
Instead I'm seeing the outputs for TTML have
Generated policy from code:
Full MediaInfo
The text was updated successfully, but these errors were encountered: