Showing posts with label ffmpeg. Show all posts
Showing posts with label ffmpeg. Show all posts

Tuesday, June 17, 2008

Converting WAV to MP3

By using ffmpeg:

ffmpeg -i file1.wav -ac 2 -ab 64 outputfile.mp3


A windows build for ffmpeg can be grabbed from: http://arrozcru.no-ip.org/ffmpeg_builds/