ffmpeg strip video, from http://howto-pages.org/ffmpeg/#strip
ffmpeg -i mandelbrot.flv -vn -acodec copy mandelbrot.mp3
convert m4a to mp3
ffmpeg -i xxxx.m4a -acodec libmp3lame -ab 128k xxxx.mp3
ffmpeg -i mandelbrot.flv -vn -acodec copy mandelbrot.mp3
ffmpeg -i xxxx.m4a -acodec libmp3lame -ab 128k xxxx.mp3