diff options
author | drochner <drochner> | 2006-07-26 13:20:34 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-07-26 13:20:34 +0000 |
commit | 7b56771b8ecbfd3656fd3a2c69f0bd20a6bcbf59 (patch) | |
tree | 22ff42681e4b940286f72f6d716b6464adecf98a /audio/mkcdtoc/DESCR | |
parent | 1cc41c25bcf408e3ae4b02e14d2bbd02b04b9692 (diff) | |
download | pkgsrc-7b56771b8ecbfd3656fd3a2c69f0bd20a6bcbf59.tar.gz |
add mkcdtoc-1.0, a perl script to create .toc files for cdrdao
Diffstat (limited to 'audio/mkcdtoc/DESCR')
-rw-r--r-- | audio/mkcdtoc/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/mkcdtoc/DESCR b/audio/mkcdtoc/DESCR new file mode 100644 index 00000000000..85cfe97bd1b --- /dev/null +++ b/audio/mkcdtoc/DESCR @@ -0,0 +1,9 @@ +mkcdtoc is a small and flexible command line utility to create +toc-files for cdrdao. It reads a list of audio files and outputs a +toc-file with a track specification for each audio file. Input data +can be a raw list with one file name on each line, or an m3u play +list. The program has a modular architecture and can be extended via +plugins. The distribution includes a few plugins that can retrieve +meta information from audio files to fill CD-TEXT blocks in the +generated toc-file. There are plugins to perform audio file to WAVE +format conversion. |