Can Vegas convert WMV's?
- Daniel_BMS
- Joined: Fri Nov 26, 2004 1:10 am
Can Vegas convert WMV's?
How good is it at converting flash movies also?
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
I think Vegas can import wmv files...but why are you editing wmv files?
if it can't, then you can make an AviSynth script (using directShowSource("path_to_file") ) and load it into virtualdub(/mod) and convert the file that way.
I don't know if Vegas supports flash files...but if you looked just a little at the recent threads, you would have found more than one dealing with flv conversion
http://www.animemusicvideos.org/phpBB/v ... hp?t=73916
if it can't, then you can make an AviSynth script (using directShowSource("path_to_file") ) and load it into virtualdub(/mod) and convert the file that way.
I don't know if Vegas supports flash files...but if you looked just a little at the recent threads, you would have found more than one dealing with flv conversion
http://www.animemusicvideos.org/phpBB/v ... hp?t=73916
- Daniel_BMS
- Joined: Fri Nov 26, 2004 1:10 am
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
you make Avisynth scripts in a program like notepad.
when you save, name your file [insert name].avs
do you have AviSynth?
if you don't know, then you don't...and it can be found here
when you save, name your file [insert name].avs
do you have AviSynth?
if you don't know, then you don't...and it can be found here
- Daniel_BMS
- Joined: Fri Nov 26, 2004 1:10 am
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Code: Select all
DirectShowSource("path.wmv")
my path example would load my file named "filename.wmv" into whatever program you use to load the script into (VirtualDub(/Mod) in most cases)
which is located on my desktop
- KnX
- Joined: Sat Apr 23, 2005 8:27 am
- Location: In front of my pc
just read the basis of Avisynth and u'll get it
http://www.animemusicvideos.org/guides/ ... synth.html
http://www.animemusicvideos.org/guides/ ... synth.html
[img:f4eb524ba3]http://img259.imageshack.us/img259/1312/blahrs5.jpg[/img:f4eb524ba3]
[[b:f4eb524ba3]perfect © moon[/b:f4eb524ba3]][color=#8700d5:f4eb524ba3]spirit[/color:f4eb524ba3]
[[b:f4eb524ba3]perfect © moon[/b:f4eb524ba3]][color=#8700d5:f4eb524ba3]spirit[/color:f4eb524ba3]
- analspider
- Joined: Mon Jun 26, 2006 10:42 pm
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Okay, last time: <s>This is drugs.</s>analspider wrote:vegas does open wmv filezs its avi that it has problems with and divx and xvid
AVI is a <b>container format</b>.
DivX and XviD are <b>video codecs</b>.
Whether Sony Vegas can open an AVI file or not depends on the <b>codec</b> used for the video. Vegas does not "have problems with AVI".
Though I have not worked with the program myself, I am given to understand that it will accept AVIs encoded with HuffYUV, Lagarith, and the like with no problem; on the other hand, as is common with NLEs, it has problems with XviD, DivX, and other MPEG-4 ASP codecs.
Any questions?