ryanlancer
21st March 2010, 22:10
Hi,
I'm building a simple gui based on xvid_encraw.exe for converting any given format to avi with the help of avisynth
DirectShowSource("vid03.wmv")
Lanczos4Resize(320,240,0,0,0,0)
resize will vary according to the user's choice
but there is no audio...
how can i get the audio(mp3).....using some avisynth function,lame .exe etc
thanks
I'm building a simple gui based on xvid_encraw.exe for converting any given format to avi with the help of avisynth
DirectShowSource("vid03.wmv")
Lanczos4Resize(320,240,0,0,0,0)
resize will vary according to the user's choice
but there is no audio...
how can i get the audio(mp3).....using some avisynth function,lame .exe etc
thanks