Just a question...

Locked
Sadistica
Joined: Sun Apr 30, 2006 7:25 am
Location: Columbus, OH
Org Profile

Just a question...

Post by Sadistica » Sat May 06, 2006 3:46 am

How do I get a WMV file into an AVI? I use Windows Movie Maker. I need to get it switched over for a Colossalcon video I'm doing. ^_^ Thanks in advance.

User avatar
Willen
Now in Hi-Def!
Joined: Sun Jul 10, 2005 1:50 am
Status: Melancholy
Location: SOS-Dan HQ
Org Profile

Post by Willen » Sat May 06, 2006 6:46 am

What codec are you using for your AVI file? AVI is a container for many types of video (and audio) files.

At any rate, use AviSynth to load the WMV in VirtualDubMod and save it as an AVI using whatever codec you need.

Code: Select all

DirectShowSource("C:\path\myvideo.WMV")
If that doesn't work right, then the ghetto way is to open the WMV in WMM2 and save it as a DV-AVI. Then open in VirtualDubMod with AviSynth as above.

You may need to specify the video framerate in the AviSynth script for better results.
Having trouble playing back videos? I recommend: Image

User avatar
DeinReich
Joined: Sun Mar 27, 2005 10:40 am
Location: College
Org Profile

Post by DeinReich » Sat May 06, 2006 9:08 am

Willen wrote:What codec are you using for your AVI file? AVI is a container for many types of video (and audio) files.

At any rate, use AviSynth to load the WMV in VirtualDubMod and save it as an AVI using whatever codec you need.

Code: Select all

DirectShowSource("C:\path\myvideo.WMV")
If that doesn't work right, then the ghetto way is to open the WMV in WMM2 and save it as a DV-AVI. Then open in VirtualDubMod with AviSynth as above.

You may need to specify the video framerate in the AviSynth script for better results.
It's probably worth noting that you will need an older version of vdubmod to open .WMVs. Microsoft has a trademark or patent or something like that on the .WMV codec and they asked that support for .WMVs be removed from the newer versions of vdubmod.
Image

User avatar
CHAMELEON_D_H
Joined: Fri May 23, 2003 8:10 am
Location: TA Israel
Org Profile

Post by CHAMELEON_D_H » Sat May 06, 2006 10:39 am

Export as DV, dump into VDM via avisynth. there was a thread about this in general video some time ago....
Image
Before asking, THINK!!! Have you read The Guides, consulted The Wiki and watched The Corn?

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Re: Just a question...

Post by BasharOfTheAges » Sat May 06, 2006 2:41 pm

Sadistica wrote:How do I get a WMV file into an AVI? I use Windows Movie Maker. I need to get it switched over for a Colossalcon video I'm doing. ^_^ Thanks in advance.
Seema like an obvious answer, but exporting as the correct type from the editing software may be a good start.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Sat May 06, 2006 3:44 pm

SOAD2k8 wrote:
Willen wrote:What codec are you using for your AVI file? AVI is a container for many types of video (and audio) files.

At any rate, use AviSynth to load the WMV in VirtualDubMod and save it as an AVI using whatever codec you need.

Code: Select all

DirectShowSource("C:\path\myvideo.WMV")
If that doesn't work right, then the ghetto way is to open the WMV in WMM2 and save it as a DV-AVI. Then open in VirtualDubMod with AviSynth as above.

You may need to specify the video framerate in the AviSynth script for better results.
It's probably worth noting that you will need an older version of vdubmod to open .WMVs. Microsoft has a trademark or patent or something like that on the .WMV codec and they asked that support for .WMVs be removed from the newer versions of vdubmod.
Not when using AviSynth to serve it in. The Microsoft patent issue only applies if you want to open ASF files (and only certain ones, at that; I've never gotten WMV to work, no matter what I've tried, and ASF is similarly spotty, due to the different types of compression formats that can be used inside them - the only one I think is possible to open is an ASF file which contains an MS-MPEG4 video stream; needless to say, those types of files are scarce now) straight inside VDub, without AviSynth.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Sat May 06, 2006 3:45 pm

Qyot27 wrote:Not when using AviSynth to serve it in. The Microsoft patent issue only applies if you want to open ASF files (and only certain ones, at that; I've never gotten WMV to work, no matter what I've tried, and ASF is similarly spotty, due to the different types of compression formats that can be used inside them - the only one I think is possible to open is an ASF file which contains an MS-MPEG4 video stream; needless to say, those types of files are scarce now) straight inside VDub, without AviSynth.
To clarify a bit, yes, the ASF dispute also translates over to WMV, but WMV was not the source of the dispute - ASF was.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

sayde
Joined: Mon Feb 09, 2004 4:04 pm
Org Profile

Post by sayde » Sat May 06, 2006 8:12 pm

IIRC, a program called TMPGEnc can also easilly convert wmv format to avi. (though it's main purpose is to convert to mpeg)

User avatar
Perfect-Blue
Joined: Sun Feb 20, 2005 1:12 pm
Location: Bulgaria
Org Profile

Post by Perfect-Blue » Sun May 07, 2006 3:22 am

Windows Media Encoder 7 - wmv to avi
Video Edit Magic ver 3/ver 4 - wmv to avi

User avatar
gangstaj8
Joined: Sat Dec 06, 2003 1:12 pm
Location: Oregon
Contact:
Org Profile

Post by gangstaj8 » Sun May 07, 2006 7:49 pm

sayde wrote:IIRC, a program called TMPGEnc can also easilly convert wmv format to avi. (though it's main purpose is to convert to mpeg)
Umm, maybe I'm wrong, but I thought TMPGEnc only encoded into MPEG, not .AVI.
Image
The Golden Rule of AMV's: "Render unto others as you would have them Render unto you."

Locked

Return to “Video & Audio Help”