Log in

View Full Version : WMV to AVI or MPEG?


ShakyJake
26th February 2002, 19:53
I have a bunch of WMV files I'd like to convert to AVI or MPEG format for editting.

I've tried using TMPGenc, but it creates HUGE files that VirtualDub has a hard time dealing with.

Any other suggestions? Thanks.

Teegedeck
26th February 2002, 23:14
I presume creating an avisynth-script with a line like

AVISource("f:\yourvideo.wmv")

in it would do the trick. It could be you also have to specify the framerate, but I don't remember how to fit that into the script. Anyone else?

...err, then you have to open that .avs and encode it using Virtual Dub and XviD, of course! ;)