Log in

View Full Version : how can i get audio while encoding with xvid_encraw.exe


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

Skelsgard
22nd March 2010, 20:02
You won't get audio with xvidenc_raw, it only deals with video.
And most audio encoders don't support avisynth but thru piping (Bepipe, BeHappy). I don't know of encoders that do.
Write your GUI to support avs audio piping to lame/neroaacenc/etc instead (or whatever encoder you wish).