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

Support of an unique SMPTE ST 12 Timecode in track header #684

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JeromeMartinez
Copy link
Contributor

Several container formats, e.g. MXF or QuickTime, don't have SMPTE ST 12 Timecode values per frame, they have a start time code and a frame rate, then other time codes are computed from that.

This PR adds the support of a similar way to store timecodes in Matroska.

As SMPTE ST 12 does not indicate the corresponding frame rate, we provide it in the private data. frame rate num/den is preferred over an integer because we need the precise source (constant) frame rate for computing the corresponding timecode.

1

definition:
If present, indicates that Block Additional Mapping is not present and that the stored bytes represent the start timcode.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: timcode > timecode

@hubblec4
Copy link
Contributor

It seems to me you want add two new elements which are a Rational number.

Should we first implement the EBML Rational type?
ietf-wg-cellar/ebml-specification#164

@JeromeMartinez
Copy link
Contributor Author

Should we first implement the EBML Rational type?

Would be better, for sure.

@robUx4
Copy link
Contributor

robUx4 commented Feb 25, 2023

Should we first implement the EBML Rational type?

This might be a while. And since there's no agreed technical solution, you should not create such a file for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
format addition spec_codecs Codec Matroska spec document target
Projects
Codec specifications
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

4 participants