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.
December 14, 2010 at 11:44 am
mas tutorialnya di banyakin donk
December 18, 2010 at 3:42 pm
oke. terima kasih atas perhatiannya