Tuesday, December 6, 2011

How to convert Android mobile 3gp audio files to MP3 files on Windows


  • Copy all the *.3gp files to Windows
  • Install FFMPEG on Windows
  • Start Command Prompt and change to the directory with the 3GP files
  • Enter

    for %a in (*.3gp) do ( ffmpeg -i %a -ar 22050 %a.mp3)

No comments:

 
Jeffrey Ting Jeffrey Ting on Facebook Jeffrey Ting on Spock Jeffrey Ting on Plaxo Jeffrey Ting on Spoke Jeffrey Ting on LinkedIn