PDA

View Full Version : rm to avi with virtualdubmod


lbrider
16th January 2005, 19:46
is virtualdub able to read RM then convert them to avi?

damrod
16th January 2005, 20:09
no

Yong
21st January 2005, 12:47
IIRC virtualdub can read avisynth script, so it can;)

stephanV
21st January 2005, 12:50
use TMPGEnc

DirectShowSource is b0rked

Yong
21st January 2005, 12:56
Hey stephanV, nice to see you here:D
Could you explain how the directshowsource br0k3d?
Becoz i have't test it yet:p

karl_lillevold
21st January 2005, 18:15
Avisynth -> DirectShowSource, open in VirtualDubMod, save as AVI, works just fine as long as RM file is constant frame rate and you have registered realmediasplitter.ax. If DirectShowSource is broken, it must have recently happened.

stephanV
21st January 2005, 18:30
i have very bad experiences with DirectShowSource, so maybe im bi-ased... but in several cases it caused severely out of sycnh files.

TMPGEnc does a better job IMO.

bond
21st January 2005, 18:45
all this will of course reencode the video stream

Bogalvator
21st January 2005, 18:58
DirectShowSource is fine in AviSynth 2.5.5

Maybe the files that had sync issues had VBR audio? Next time try:

directshowsource(...)
ensureVBRmp3sync() #works for all VBR audio, not just mp3

karl_lillevold
21st January 2005, 19:13
If your RM files are low / medium bitrate files, and encoded without options to ensure all frames are encoded, they may be Variable Framerate (VFR), and then you will get sync problems with the DirectShowSource method. Specifically, a lot of older RM content may be VFR, or have some skipped frames.

All RealAudio codecs are CBR.

Yong
24th January 2005, 11:21
too bad, mencoder also can't deal with vfr :devil: