Category Archives: Linux

Extract audio from a video file in Ubuntu

“mplayer -dumpaudio GummyBearSong.avi -dumpfile gummybear.mp3” Where: “GummyBearSong.avi” is the source video, in the example above it was 30 MB “gummybear.mp3” is the output audio file (in mp3 format), was about 3 MB in size Another method that worked flawlessly with … Continue reading

Posted in Linux | Tagged , , | 1 Comment