AMR to MP3 Conversion in Linux
In Linux mode load three File’s.
1. Decoder
2. SOX
3. Lame
Decoder Takes Amr file and convert into .raw file. After this, SOX work, It Takes .raw file and convert into Wave File. It takes parameter. Here 8000 show Bit rate. Bit sampling in control in SOX. And finally Lame convert Wave file into mp3 file.
Syntax is :-
decoder amrfile. Raw.raw
sox -r 8000 -w -c 1 Raw.raw -r 8000 -w -c Wave.wav
lame Wave.wav MP3.mp3
How to configure SOX and Lame? Click this :-
http://www.opensource.or.ke/index.php?option=com_content&task=view&id=24&Itemid=26
How to convert AMR files to MP3 Click This :-
http://www.yolinux.com/TUTORIALS/LinuxTutorialMP3.html
1. Decoder
2. SOX
3. Lame
Decoder Takes Amr file and convert into .raw file. After this, SOX work, It Takes .raw file and convert into Wave File. It takes parameter. Here 8000 show Bit rate. Bit sampling in control in SOX. And finally Lame convert Wave file into mp3 file.
Syntax is :-
decoder amrfile. Raw.raw
sox -r 8000 -w -c 1 Raw.raw -r 8000 -w -c Wave.wav
lame Wave.wav MP3.mp3
How to configure SOX and Lame? Click this :-
http://www.opensource.or.ke/index.php?option=com_content&task=view&id=24&Itemid=26
How to convert AMR files to MP3 Click This :-
http://www.yolinux.com/TUTORIALS/LinuxTutorialMP3.html

0 Comments:
Post a Comment
<< Home