Other GNU tips

To extract audio from a video file, use mplayer:

$ mplayer -vc null -vo null -ao pcm -benchmark file.avi

To convert it to mp3 then, or cut and edit it, use audacity


.