Page 1 of 1

How to convert CD to mp3 files

Posted: 23 Jan 2016 05:05
by coffent
I'm trying to convert the tracks on an audio CD to mp3 files. Under "Media", I select "Convert/Save", then tab "Disc" and "Audio CD", and the default starting position of Track 0. (Does Track 0 mean process all tracks?)

I then select "Convert/Save" and use a Profile of "Audio - MP3", and enter a destination file.

Finally, I click "Start" and - nothing happens! (I also tried a starting position of Track 1, with the same result.)

What am I doing wrong? Thanks.

Re: How to convert CD to mp3 files

Posted: 24 Jan 2016 22:00
by mederi
Here I have written a simple VLC Extension Lua script, so you do not need to use some external batch script: Audio CD ripping helper
If you do not know about VLC Extensions, how to install/use them, then have a look at http://addons.videolan.org/index.php?xcontentmode=903

Re: How to convert CD to mp3 files

Posted: 25 Jan 2016 17:07
by coffent
Thanks!