Does a SMIL with mul mpegs result into 1 mp4 file eventually ?

Datta321 <[email protected]> Fri, 28 May 2010 06:48:04 -0700 (PDT)
Newsgroups gmane.comp.web.smil
Message-ID <[email protected]>
------=_Part_71709_14343029.1275054484440
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Does a SMIL file having multiple mpeg-4 files being played sequentially or in
parallel, eventually get converted into 1 mp4 file during playback ? Given
below is one such SMIL file, which plays 2 video clips in parallel, when
played in a media player.

It has been observed that while using IBMToolkitForMpeg420061204 tool the
following  conversions resulted

SMIL -> XMT-0 ->(using XMTBatch.exe) .mp4 -> (using MP4BOX tool) BIFS (Had 2
streams for audio and video, 1 for each clip.)   

 It this always true and takes place internally, when a SMIL file is being
played by media players ?


   
  
     
                
       
  
   
  
      
       
       
      
 


  Regards,
(Dattaprassanna M. Singbal)

-- 
View this message in context: http://old.nabble.com/Does-a-SMIL-with-mul-mpegs-result-into-1-mp4-file-eventually---tp28707144p28707144.html
Sent from the w3.org - www-smil mailing list archive at Nabble.com.

------=_Part_71709_14343029.1275054484440
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit


Does a SMIL file having multiple mpeg-4 files being played sequentially or in parallel, eventually get converted into 1 mp4 file during playback ? Given below is one such SMIL file, which plays 2 video clips in parallel, when played in a media player.

It has been observed that while using IBMToolkitForMpeg420061204 tool the following  conversions resulted

SMIL -> XMT-0 ->(using XMTBatch.exe) .mp4 -> (using MP4BOX tool) BIFS (Had 2 streams for audio and video, 1 for each clip.)   

 It this always true and takes place internally, when a SMIL file is being played by media players ?

<smil>
  <head> 
  <layout>
     <root-layout height="184" width="376" background-color="yellow" />
       <region id="video1" left="0" top="0" height="144" width="176" z-index="2" />         
       <region id="video2" left="140" top="0" height="144" width="376" z-index="1" />
  </layout>
   </head>
  <body>
      <par>
      <video src="Malamor_DV_QT_f.mp4" region="video1" /> 
      <video src="betelnutbeauty_trailer_f.mp4" region="video2" /> 
      </par>
 </body>
</smil>

  Regards,
(Dattaprassanna M. Singbal)

<br><hr align="left" width="300">
View this message in context: <a href="http://old.nabble.com/Does-a-SMIL-with-mul-mpegs-result-into-1-mp4-file-eventually---tp28707144p28707144.html">Does a SMIL with mul mpegs result into 1 mp4 file eventually ?</a><br>
Sent from the <a href="http://old.nabble.com/w3.org---www-smil-f11729.html">w3.org - www-smil mailing list archive</a> at Nabble.com.<br>

------=_Part_71709_14343029.1275054484440--