<?xml version="1.0" encoding="utf-8"?>
<manifest:MediaManifest xmlns:manifest="http://www.movielabs.com/schema/manifest/v1.10/manifest" 
						xmlns:md="http://www.movielabs.com/schema/md/v2.9/md"  
						xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
						xsi:schemaLocation="http://www.movielabs.com/schema/manifest/v1.10/manifest manifest-v1.10.xsd">
	<manifest:Compatibility>
        <manifest:SpecVersion>1.10</manifest:SpecVersion>
        <manifest:Profile>MMC-1</manifest:Profile>
    </manifest:Compatibility>
	
	<!-- Replace ALIAS with your partner alias, and TV_TRAILER_EXAMPLE with the title Identifier that must correspond to the AltIdentifier from the MEC and the AltID from the Avail. -->
	
	<!-- Inventory Section-->
	<!-- This section  includes details about all of the assets (video, audio, timed text and images) being delivered as part of a component source package -->	
	
   <manifest:Inventory>
 	  
	  <!-- Audio File for the Trailer -->	 	  
      <manifest:Audio AudioTrackID="md:audtrackid:org:ALIAS:TV_TRAILER_EXAMPLE:audio.en">
         <md:Type>primary</md:Type>
         <md:Language>en-US</md:Language>
         <manifest:ContainerReference>
            <manifest:ContainerLocation>teaser.mp4</manifest:ContainerLocation>
         </manifest:ContainerReference>
      </manifest:Audio>
	  
   	  <!-- Trailer Mezz File -->
      <manifest:Video VideoTrackID="md:vidtrackid:org:ALIAS:TV_TRAILER_EXAMPLE:video">
         <md:Type>primary</md:Type>
         <md:Picture>
            <md:WidthPixels>1920</md:WidthPixels>
            <md:HeightPixels>1080</md:HeightPixels>
            <md:Progressive>True</md:Progressive>
         </md:Picture>
         <md:Language>en-US</md:Language>
         <manifest:ContainerReference>
            <manifest:ContainerLocation>teaser.mp4</manifest:ContainerLocation>
         </manifest:ContainerReference>
      </manifest:Video>

      <!-- Timed Text / Captions -->		  
      <manifest:Subtitle SubtitleTrackID="md:subtrackid:org:ALIAS:TV_TRAILER_EXAMPLE:subtitle.en">
         <md:Format>SRT</md:Format>
         <md:Type>normal</md:Type>
         <md:Language>en-US</md:Language>
         <md:Encoding>
            <md:FrameRate timecode="NonDrop">24</md:FrameRate>
         </md:Encoding>
         <manifest:ContainerReference>
            <manifest:ContainerLocation>timed_text_TV_trailer.srt</manifest:ContainerLocation>
         </manifest:ContainerReference>
      </manifest:Subtitle>
    </manifest:Inventory>

    <!-- Presentation Section -->
	<!-- This section indicates which assets delivered as part of a package should be played together -->
	<!-- All the TrackIDs declared in the Inventory must be included in one of the presentations -->
	
   <manifest:Presentations>
      <manifest:Presentation PresentationID="md:presentationid:org:ALIAS:TV_TRAILER_EXAMPLE:presentation">
         <manifest:TrackMetadata>
            <manifest:TrackSelectionNumber>0</manifest:TrackSelectionNumber>
            <manifest:VideoTrackReference>
               <manifest:VideoTrackID>md:vidtrackid:org:ALIAS:TV_TRAILER_EXAMPLE:video</manifest:VideoTrackID>
            </manifest:VideoTrackReference>
            <manifest:AudioTrackReference>
               <manifest:AudioTrackID>md:audtrackid:org:ALIAS:TV_TRAILER_EXAMPLE:audio.en</manifest:AudioTrackID>
            </manifest:AudioTrackReference>
            <manifest:SubtitleTrackReference>
               <manifest:SubtitleTrackID>md:subtrackid:org:ALIAS:TV_TRAILER_EXAMPLE:subtitle.en</manifest:SubtitleTrackID>
            </manifest:SubtitleTrackReference>
         </manifest:TrackMetadata>
      </manifest:Presentation>
	</manifest:Presentations>

    <!-- Experiences Section -->
	
   <manifest:Experiences>
      <manifest:Experience ExperienceID="md:experienceid:org:ALIAS:TV_TRAILER_EXAMPLE:experience" version="1.0">
         <manifest:Audiovisual>
            <manifest:Type>Main</manifest:Type>
            <manifest:SubType>Trailer</manifest:SubType>
            <manifest:PresentationID>md:presentationid:org:ALIAS:TV_TRAILER_EXAMPLE:presentation</manifest:PresentationID>
         </manifest:Audiovisual>
      </manifest:Experience>
   </manifest:Experiences>

   <!-- ALID Experience Maps Section -->
  
   <manifest:ALIDExperienceMaps>
      <manifest:ALIDExperienceMap>
         <manifest:ALID>md:ALID:org:ALIAS:TV_TRAILER_EXAMPLE</manifest:ALID>
         <manifest:ExperienceID>md:experienceid:org:ALIAS:TV_TRAILER_EXAMPLE:experience</manifest:ExperienceID>
      </manifest:ALIDExperienceMap>
   </manifest:ALIDExperienceMaps>
   
</manifest:MediaManifest>