I downloaded some videos in WMV format, but I want to convert them to AVI format. I use a video converter program to convert them. but every time, when i add the WMV files to the program, the prog tells me that the file can not be loaded?, why ? anyone who can help me will be appreciated?
+ Reply to Thread
Results 1 to 10 of 10
-
-
One way is to create an AviSynth script for it, loading the wmv using DirectShowSource. Then load the AVS in "any" encoder.
Another method is to load the wmv in Windows Movie Maker, save as DV AVI, which most encoders should have less problems with (provided you have a DV codec like Panasonic DV Codec).
/Mats -
Use WinAvi Video Converter. I´m sure your converter doesnt support the format you´re trying to convert from.
-
Originally Posted by guns1inger
/Mats -
See this post.
/Mats -
Originally Posted by dvdragon
Basically download and install AviSynth.
Then open up the Window Notepad utility and type the following:
DirectShowSource("C:\downloads\video.wmv")
The idea here is you need the correct directory path and filename. So in my example the WMV is called video.wmv and it is in a directory folder called downloads which is located on the main root C: drive.
Now save the Notepad file with an AVS extention. Example would be mynewvideo.avs and make sure you don't call it mynewvideo.avs.txt which is a "simple" mistake to make.
Now open the AVS file into your encoder software.
A good program to use as a "test" to see how it will look is VirtualDubMod ... just open the AVS file and you should see it, hear it, be able to move around within it etc.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
Convert DV-AVI to WMV or MP4
By Black in forum Video ConversionReplies: 5Last Post: 24th Mar 2010, 13:08 -
What is way convert swf to WMV or AVI?
By siluet in forum Newbie / General discussionsReplies: 2Last Post: 4th Jan 2009, 00:33 -
Convert .mov to .avi or .wmv?
By cielspacing in forum Video ConversionReplies: 13Last Post: 3rd Apr 2008, 13:11 -
How can I convert WMV to AVI or MPEG?
By betlysmith in forum Video ConversionReplies: 6Last Post: 25th Nov 2007, 01:02 -
I need too convert TOO wmv from avi
By theewizard in forum Newbie / General discussionsReplies: 2Last Post: 27th Aug 2007, 19:59