« Back to Video
Change or remove the audio track of an AVI video with Mencoder
We will use Mencoder to remove
the audio track of an AVI video file, then place another one instead.
Remove the current audio track
mencoder -ovc copy -nosound video.avi -o video_nosound.avi
Place a new audio track
mencoder -ovc copy -audiofile soundtrack.mp3 -oac copy video_nosound.avi -o video_new.avi
© 2006 -- 2011 Manu Cornet