ebu / ebucoreplus

Maintenance and development of the EBUCorePlus
MIT License
23 stars 6 forks source link

Index of a track in a MediaRessource #344

Open MarcAntoine-Arnaud opened 2 weeks ago

MarcAntoine-Arnaud commented 2 weeks ago

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 ...