Hi folks,
The SMIL 1.0 file below works perfectly with AMbulant.
However, when opening
the same SMIL file with Quicktime, I'm getting some kind of
blank transition
screens in the main region when the player switch from one
.mov to another
(and same problem in the "unregistered" region).
I'm suprised because I
believe I have used the background-color attribute properly.
I could
reproduce the problem with different .mov files.
Could it be a difference between how Ambulant and Quicktime
interpret the
par/seq sequence below and the appropriate fill/freeze
attribute?
<?xml version="1.0"
encoding="US-ASCII"?>
<smil>
<head>
<layout>
<root-layout
id="rl"
width="560"
height="420"
background-color="black"/>
<region
id="bbb"
width="80%"
height="80%"
fit="fill"
left="52"
top="34"
background-color="black"/>
<region
id="unregistered"
background-color="black"
left="58"
top="40"
width="139"
height="30"
fit="fill"/>
</layout>
</head>
<body
id="body">
<seq
region="bbb">
<par>
<audio
id="audio_1"
src="caption.wav"
fill="remove"/>
<video
src="movie1.MOV"
region="bbb"
id="movie1"
fill="freeze"/>
<img
src="unregistered.gif"
id="img_1"
region="unregistered"
fill="freeze"/>
</par>
<seq>
<video
id="video_2"
src="example.mov"
region="bbb"
clip-begin="npt=9s"/>
</seq>
</seq>
</body>
</smil>
Thanks.
____________________________________________________________
_____
On the road to retirement? Check out MSN Life Events for
advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
_______________________________________________
Ambulant-users mailing list
Ambulant-users ambulantplayer.org
http://www.ambulantplayer.org/mailman/listinfo/ambu
lant-users
|