- From: Datta321 <DS0036943@techmahindra.com>
- Date: Mon, 28 Jun 2010 01:27:09 -0700 (PDT)
- To: www-smil@w3.org
I am facing some problem while trying to read a "media" file with "markers" using Ambulant player. Please see the smil file below. It so happens, that the 1st .mp4 file, namely "Gorill2.mp4" plays well, in Ambulant player 2.0.2 using clipBegin element with absolute time. However, the Ambulant player complains of "Cannot parse clipBegin" and "Cannot parse clipEnd" when it tries to read Movie2.flv, which is a .mp4 file with cue points "Begin" and "End" in a separate file, namely "movie2.txt", the contents of which are listed below the smil file. The movie2.flv is created unsing Flash 8 encoder. Am I going wrong in somewhere ? Also, is there an alternative way of marking cue points to a .mp4 file, to be read from a SMIL file ? <smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language"> <body> <par> <video src="Gorill2.mp4" clipBegin="npt=4s" clipEnd="npt=8s"/> <!-- <video src="Movie2.flv" clipBegin="marker=movie2.txt#Begin" clipEnd="marker=movie2.txt#End"/> --> </par> </body> </smil> =============================================================================== movie2.txt ----------- Begin=34&End=24 =============================================================================== -- View this message in context: http://old.nabble.com/Require-syntax-for-Media-marker-%22Clip-Begin%22-for-SMIL-2.0-3.0-tp29008514p29008514.html Sent from the w3.org - www-smil mailing list archive at Nabble.com.
Received on Monday, 28 June 2010 08:27:40 UTC