Log in

View Full Version : How to convert real files with VirtualDub?


zheng8145
3rd May 2006, 08:34
How to convert real files with VirtualDub?

thuongshoo
4th May 2006, 02:46
Do you mean to Realmedia file ? .ram, .rm ?
You install Avisynth . Create a file with Notepad , type
DirectShowSource("c:\mv.ram")
-save file, choose all file type , and type mv.avs
-open .avs file with VD

I have just done like that and .Video and Audio isn't synchronous . The delay time isn't a constant. It increase more with every passing time :D
I didn't convert Video and audio at the same time but in-synch !
If we use Avisynth, VD will eat Ram very much. Megui is too !

Wilbert
4th May 2006, 11:04
Try

DirectShowSource("c:\mv.ram", fps=..., convertfps=true)

That should keep the video and audio in sync.

thuongshoo
5th May 2006, 02:28
Should I use fps, and convertfps=true ?
I did like that with wmv file. Result isn't good. I will try again
If source file is mpeg, avi, converting willn't be difficult.

Wilbert
5th May 2006, 11:29
Should I use fps, and convertfps=true ?
I did like that with wmv file. Result isn't good.
In what sense are you not satisfied with the result? You did enter the average source framerate for fps right?