Skip to content

Mhatxotic/MCDRipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M-CDR

A Compact Disc Digital Audio (CD-DA) to MPEG Layer III (MP3) utility.

Uses LAME encoder. A high quality MP3 codec from mp3dev.org.

This program will extract any CD-DA track from any supported optical device and convert the PCM data on the fly straight to MP3. It is very easy to use. All you do is double click on the MCDR.EXE program and if you have a CD audio disc in your CD-ROM drive, it will automatically be dumped without any user interaction required. If there is any sort of error, MCDR will politely prompt you onscreen.

A note on quality

The MP3's created will be Variable-Bit-Rate (VBR) using the highest quality setting. They will contain no ID3 tags, but appropriately named after the track number on the CD.

Usage

Usage: MCDR.EXE [/bX][/l][/qX][/o][/vX][/!]

Optional parameters…

  • /l Create a detailed log file. It will be placed where MCDR.EXE is.
  • /o Make one solid MP3 file only. Useful for dance mix cd's.
  • /bX Enable CBR and set bitrate to X. Where X is any value between 8 and 320.
    • 8 is worst quality so the MP3 will be smaller.
    • 320 is best quality so the MP3 will be bigger.
  • /qX Set encoding quality. Where X is any value between 0 and 9.
    • 0 is best quality so more cpu required to encode (DEFAULT).
    • 9 is worst quality so less cpu required to encode.
  • /vX Set VBR quality of the MP3. Where X is any value between 0 and 9.
    • 0 is worst quality so the MP3 will be smaller.
    • 9 is best quality so the MP3 will be bigger (DEFAULT).
  • /! Show version

Defaults…

The default settings are as follows:

  • VBR enabled with quality of 9 (best).
  • CBR disabled (best).
  • Encoding quality of 0 (best).
  • Logging disabled.
  • Solid MP3 disabled.

GUI Window

Theres just one thing you can do with the GUI and thats click the cancel button to stop the procedure. Apart from that there are the status text at the top which tells you all the information you need about which track is being processed. Then there are two progress bars. The top one shows the progress of the current track and the bottom progress bar is for all the tracks. So when this bar is filled, the dump is completed.