PDA

View Full Version : Real Media 9 encoder?


PkmoNk
15th May 2003, 00:54
What are some good free "pre-compiled", rmvb supporting, encoders that supports mpeg/avi inputs? It would be even better if it can delete one audio stream and encoding another.

thanks.

Sirber
15th May 2003, 00:59
Use the search button. There is at least 2 softwares here, plus 1 alpha.

PkmoNk
15th May 2003, 05:14
I know there are software to encode rmvb, but I'm not quite sure if it meets the criteria. I know, I don't encode from DVDs :(

kilg0r3
15th May 2003, 09:31
What do you do?

x2real accepts avi/avs input and with the WavSource and audioDub function you can choose which ever audio track you want. this metod is limited to one audio stream only however. If you want more audio streams you have to encode them seperately (both not muxed!) and create two smil files

<smil>
<body>
<par>
<video src="video.rmvb"/>
<audio src="audio1.rm"/>
</par>
</body>
</smil>


hope this helps

PkmoNk
16th May 2003, 04:48
I'm not too familiar with avisynth. I know its some sort of 3rd party program to input to encoding programs. but can you elaborate? :)

Also, I want to ask about encoding the audio part of the media. Is it possible to encode to realmedia (audio) with x2real?

kilg0r3
16th May 2003, 09:00
Information on how to use avisynth can be foudn on the doom9 page and avisynth.org.

btw x2real generates everything automatically. so if you do not need more than one audio stream, just don't bother. the only thing you need to do is install avisynth.

this as far as my time allows me to help you.

PkmoNk
17th May 2003, 06:58
I will wait till you have more time.