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

Index of a track in a MediaRessource #344

Open
MarcAntoine-Arnaud opened this issue Jul 10, 2024 · 0 comments
Open

Index of a track in a MediaRessource #344

MarcAntoine-Arnaud opened this issue Jul 10, 2024 · 0 comments

Comments

@MarcAntoine-Arnaud
Copy link
Contributor

For Resource/Asset with multiple tracks, EBUCoreplus allow to refers a Track to an MediaRessource via has*Track.

   MediaResource
       hasVideoTrack vt1
       hasAudioTrack at1
       hasAudioTrack at2

   vt1 a VideoTrack

   at1 a AudioTrack 
      audioChannelNumber 2

   at2 a AudioTrack
      audioChannelNumber 6

But Track does not defines any index/trackIndex field, so basically (as RDF is not orderer).
It means we cannot represents if the file is (Video, Stereo, 5.1) or (Stereo, 5.1, Video) or ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant