Log in

View Full Version : rmvb file


unplug
21st June 2005, 05:48
I failed to open rmvb by using directshowsource.
directshowsource("abc.rmvb",fps=25)
It displays an error message
Cannot play back the file. The format is not supported.
What can I do to play rmvb? Do I need to install external filter?

lamer_de
21st June 2005, 08:24
Just a guess, you installed Real alternative?

CU,
lamer_de

unplug
21st June 2005, 10:36
But I have installed RealPlayer.

Wilbert
21st June 2005, 12:49
You also need realmedia splitter:

http://sourceforge.net/project/showfiles.php?group_id=82303&package_id=87719

unplug
22nd June 2005, 09:16
Thanks. But there is no audio. Any more files needed?

Wilbert
25th June 2005, 13:11
Moved to RV forum. Perhaps they can help you there.

karl_lillevold
28th June 2005, 00:26
Just a guess, you installed Real alternative?

Please, no links to warez. I realize not everyone knows Real Alternative is illegal distribution of copyrighted software, so just a warning this time.

karl_lillevold
28th June 2005, 00:28
Thanks. But there is no audio. Any more files needed?
AFAIK, audio should work in Avisynth with DirectShowSource. Which is the audio codec used in the RMVB file?

unplug
28th June 2005, 04:04
After installing realmedia splitter, I can play rmvb using VirtualDub-directshowsource but there is no audio. When I try to use VirtualDubMod to play the rmbv, below error is shown.
ACM failed to suggest a compatible PCM format.
I have no idea what audio codec used in rmvb file. It can't be checked by gspot.

karl_lillevold
28th June 2005, 06:06
maybe it's a 6ch file....

Two simple methods to check audio codec in rmvb (gspot should be updated)

1) D-C's shell extension, first utility in this post:
http://forum.doom9.org/showthread.php?t=82222

2) Tool->Playback Statistics, Streams : select audio stream in pulldown.

unplug
29th June 2005, 04:31
Get it from method 2.
Codec: RealAudio 10 Bitrate: 64.0Kbps
That's mean I need RealAudio 10 codec? Where to get it?