Log in

View Full Version : RV9 + OGG using smil?


Shootist
20th October 2002, 14:40
I know that you can use mp3 and normal wav files with rmvb files using this

<smil>
<head>
<layout>
<root-layout backgroundColor="black" width="352" height="288"/>
<region id="video_region" z-index="1"/>
<!-- top is = height minus 50, i.e. actual movie heigth -->
</layout>
</head>
<body>
<par>
<video src="video.rmvb" region="video_region" fill="remove"/>
<audio src="audiooutput.mp3"/>
</par>
</body>
</smil>


but is it possible to use it with ogg files? with the real one player it doesn`t work. maybe there is another player which can do that.

RadicalEd
21st October 2002, 02:42
hmm, since other Real players use directshow (at least I believe they do) it should work with them. Do a search for "ultra player"

or you could always wait for Real to include ogg support ;P

Shootist
21st October 2002, 12:26
cool i found it but this player don`t use smil files i think.

MPC support them and he plays .rmvb files and .ogg but smil with these formats doesn`t function. it don`t play the file.

thanks for answering!