CD ripping: Encoded mp3 is not playable
Posted: 27 Oct 2016 10:37
Dear folks,
I've investigated the debug outputs using vlc -vv when I save a single track as mp3 to my hard drive, which is playable by the way.
Now, I try to use cvlc in the following way to rip my CD track by track, but the produced mp3 is not playable (but the tracks have the same size in MB):
Can anybody help me to write a proper command which works?
Further question: Is it possible to store the cddb information in the ID3 tag using cvlc?
I've investigated the debug outputs using vlc -vv when I save a single track as mp3 to my hard drive, which is playable by the way.
Now, I try to use cvlc in the following way to rip my CD track by track, but the produced mp3 is not playable (but the tracks have the same size in MB):
Code: Select all
cvlc cdda:///dev/sr0 --cdda-track=1 --disc-caching=300 ":sout=#transcode{vcodec=none,acodec=mp3,ab=256,channels=2,samplerate=44100}:std{access=file{overwrite},mux=ts,dst='/tmp/myTrack.mp3'}" vlc://quit
Further question: Is it possible to store the cddb information in the ID3 tag using cvlc?