LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mp2 audio file conversion and burn to CD for car (https://www.linuxquestions.org/questions/linux-newbie-8/mp2-audio-file-conversion-and-burn-to-cd-for-car-468896/)

Slowbey 07-29-2006 12:03 PM

mp2 audio file conversion and burn to CD for car
 
I have a Pure Evoke-3 DAB radio which can record programmes onto an SD card in mp2 format.
I would like to burn these programmes (via another audio format if necessary) to a CD to listen to in my car during my daily commute.

Can anyone recommend a suitable programme which can do any necessary conversion and the CD burning please?

Many thanks

David

Emmanuel_uk 07-31-2006 02:02 AM

convert mp2 to wav
I do not know mp2.
If you type command
file namofileinmp2format.mp2
this might help to identify file type

cd burning, drag and drop wav file within k3b and burn with k3b

can you play the file with mplayer? If yes then you can convert them for sure.
There might be easier ways, like scripts and so on

c_malc 01-12-2007 07:03 AM

Just use ffmpeg at the command line:

ffmpeg -i filename.mp2 -ar 48000 -ab 128 -ac 2 -acodec mp3 newfilename.mp3

Slowbey 01-13-2007 04:01 PM

Thanks, I'll give it a try.

J.W. 01-13-2007 04:11 PM

Check out Audacity (a sound file editor that can also convert mp3 to wav) and k3b (a CD and DVD burner app) Good luck with it


All times are GMT -5. The time now is 07:16 PM.