Tuesday, October 16, 2018

burn mp3 to audio cd on linux with command line


1. convert mp3 to wav format using online service

https://online-audio-converter.com/

2. find device

[root@hanli gymnastic_song]# wodim -devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
 0  dev='/dev/sg2'      rwrw-- : 'HL-DT-ST' 'DVDRAM GH24NSB0'
-------------------------------------------------------------------------

3. burn

cdrecord -v -nofix -eject dev='/dev/sg2' -audio -pad 5_Clubs_ELE.wav

reference:
https://linuxconfig.org/burn-your-music-files-from-any-format-to-audio-cd-using-command-line

No comments:

Post a Comment