- 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)
Tuesday, December 6, 2011
How to convert Android mobile 3gp audio files to MP3 files on Windows
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment