-
Notifications
You must be signed in to change notification settings - Fork 175
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
SCC First / Last Question #2132
Comments
TimeCode_FirstFrame and TimeCode_LastFrame are always (for any format) always:
It is different compared to Duration_* fields, because it is a time line (no discontinuity and useful to know the time when it is the end) so we indicate the time point after the last frame.
Here we are in the definition of what is a command. I imagine: Start: End: With your file, it would lead to 01:00:04:13 --> 01:29:35:29 (after first EOC after the last character). |
Hi Jerome, When do you think you'd be able to provide support for this? Thanks, |
I finish that this week. |
For SCC, based on this discussion: #2112 are TimeCode_FirstFrame and TimeCode_LastFrame supposed to be based on command start / end? The value is 1 frame past the command end.
Additionally, should we use Duration_Start_String4 and Duration_End_String4 to determine the actual text contents and Duration_Start_Command_String4 to make sure we don’t have any contents that are cut off on the start. With this sample while the command starts at 00:59:29:22, the text command doesn’t start until 01:00:04:13. Is it possible to identify the first command that has “contents” that would be displayed so we can accurately compare it to the start of composition?
The text was updated successfully, but these errors were encountered: