Hi, On Tuesday 11 Mar 2003 19:06, Michael Osten wrote: > Is there a simple way to re-encode the audio to mp3 in an existing .avi? The easiest way is to run it through mencoder, using "-ovc copy" so as not to interfere with the video, eg.: mencoder -ovc copy -oac mp3lame -lameopts [your chosen LAME options here] -o newfile.avi oldfile.avi Stephen