diff options
author | Luis Henrique <lmello.009@gmail.com> | 2010-06-28 10:35:36 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-06-28 10:35:36 -0400 |
commit | 0b96a2ba5df13465ffb4bb212a72c442e1adcda4 (patch) | |
tree | 81143d0a4891f38ae4f5e8f97783925f2ffcc92f /audio/mktoc/README | |
parent | 52f12ef9e6122592661d38a5ab895617a58d32e5 (diff) | |
download | slackbuilds-0b96a2ba5df13465ffb4bb212a72c442e1adcda4.tar.gz |
audio/mktoc: Added (Simple tool to create TOC files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/mktoc/README')
-rw-r--r-- | audio/mktoc/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/mktoc/README b/audio/mktoc/README new file mode 100644 index 0000000000..721110c063 --- /dev/null +++ b/audio/mktoc/README @@ -0,0 +1,16 @@ +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: + * Create a TOC file from a list of WAV files + * Convert an ExactAudioCopy (EAC) CUE file to the TOC format that + is usable by cdrdao. + * Non-compliant CUE sheet support. + * Support for various pregap methods. + * Can create offset corrected WAV files for true 'bit-for-bit' + accurate copies. + * Fuzzy file name logic can correct common file name spelling + variations. + * Workaround known TOC file parsing bugs in cdrdao. |