Saturday, March 10, 2012

Extract audio from video as wav or mp3

FFmpeg - is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library.

# ffmpeg -i video.avi -vn soundfile.mp3

Reference:
http://ffmpeg.org/
http://blog.ijun.org/2012/03/19-ffmpeg-commands-for-all-needs.html

No comments: