What's new? | Help | Directory | Sign in
Google
             
Show all Featured Downloads:
mktoc-1.1.2.tar.gz
Join project
Project owners:
  casey.mcginty

Overview

mktoc simplifies the steps needed to create audio CD TOC files for the cdrdao CD burning program. For users familiar with ExactAudioCopy or CdrWin, TOC files are synonymous with CUE sheets. The primary goal of mktoc is to create TOC files using a previously generated CUE sheet.

Features

Install Steps

tar xzf mktoc-1.1.2.tar.gz
cd mktoc-1.1.2
sudo make install

Usage Examples

  1. Create a TOC file from a set of WAV files:
  2. mktoc -w *.wav
  3. Write a TOC file to 'toc_file.toc', from a set of WAV files:
  4. mktoc -w *.wav toc_file.toc
  5. Create a TOC file from a valid CUE file:
  6. mktoc cue_file.cue
  7. Write a TOC file to 'toc_file.toc', given an input CUE file:
  8. mktoc cue_file.cue toc_file.toc
  9. Tell mktoc to ignore missing WAV file errors. There is a potential that the result TOC file will cause cdrdao to loose pregap information during the burn process:
  10. mktoc -a cue_file.cue
  11. Adjust WAV files for a CD writer offset value. For example, if your CD writer has a -30 sample write offset, it can be corrected by offsetting the input WAV files by +30 samples. New WAV files will be placed in the working directory in a new dir called 'wav+30':
  12. mktoc -c 30 < cue_file.cue
  13. Adjust WAV files for a CD writer offset value, but create new files in the /tmp directory:
  14. mktoc -c 30 -t < cue_file.cue

Please support free software.