convert wma to mp3

I have to convert file wma to mp3. because my handpone is not  compatible with wma format. So I try to find application that can convert wma format to mp3. in ubuntu apparently, I found two applications that can  convert wma to mp3.  They are ffmpeg and lame. ffmpeg used to convert wma to wav and lame to convert wav to mp3.This post will mainly cover just the commands I used to install ffmpeg and lame  on ubuntu 10.04 and the way how to used ffmpeg and lame to convert wma to mp3.

install ffmpeg :

#sudo apt-get install ffmpeg

install lame :

#sudo apt-get install lame

then we  already convert wma to mp3. I’ll show you the steps.

step 1: convert wma to wav

#ffmpeg -i 16efg.wma -vn -f wav 16efg.wav

step 2 :convert wav to mp3

#lame -V 6 16efg.wav 16efg.mp3

LAME 3.98.2 32bits (http://www.mp3dev.org/)
CPU features: MMX (ASM used), SSE (ASM used), SSE2
Using polyphase lowpass filter, transition band: 10758 Hz – 11025 Hz
Encoding 16efg.wav to 16efg.mp3
Encoding as 22.05 kHz j-stereo MPEG-2 Layer III VBR(q=6)
Frame          |  CPU time/estim | REAL time/estim | play/CPU |    ETA
32788/32788 (100%)|    0:18/    0:18|    0:24/    0:24|   45.925x|    0:00
8 [    5] %
16 [    3] *
24 [   49] *
32 [ 2941] ***********************
40 [ 8702] *******************************************************************
48 [ 8001] **************************************************************
56 [ 6028] ***********************************************
64 [ 2810] **********************
80 [ 3565] ****************************
96 [  385] ***
112 [  229] **
128 [   62] *
144 [    8] *
160 [    0]
——————————————————————————-
kbps        LR    MS  %     long switch short %
51.9        0.0 100.0        84.7   8.1   7.2
Writing LAME Tag…done
ReplayGain: -4.3dB

ok, now you have mp3 file.

have enjoy it.

Advertisement
Explore posts in the same categories: LINUX

2 Comments on “convert wma to mp3”

  1. fal Says:

    mas tutorialnya di banyakin donk


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.