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/


1 comment:

  1. Maybe you can assist me. My daughter's digital camera downloads videos to her PC in AVI rather than mpeg. There is no audio when you playback the video. How can I get the camera to do mpeg instead or can I convert AVI to mpeg? If a conversion is done, will the audio be recovered? The program must be free. Any ideas/suggestions would be appreciated.

    ReplyDelete