Paketname | cuetools |
Beschreibung | tools for manipulating CUE/TOC files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.3.1-7ubuntu1 |
Sektion | universe/utils |
Priorität | extra |
Installierte Größe | 256 Byte |
Hängt ab von | libc6 (>= 2.4) |
Empfohlene Pakete | flac |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 80868 Byte |
Prüfsumme MD5 | 7e82eb0dcd43714021bf3a9052642634 |
Prüfsumme SHA1 | 50e55d89938823cfdd134913cfa6da6b42c667bd |
Prüfsumme SHA256 | c93aaf089b584552eca96282b981426cd8892fe23b516a2ce9ef39d669a71fe3 |
Link zum Herunterladen | cuetools_1.3.1-7ubuntu1_i386.deb |
Ausführliche Beschreibung | cuetools is a set of programs that are useful for manipulating CUE sheet
(cue) files and Table of Contents (toc) files. CUE and TOC files are a way
to represent the layout of a data or audio CD in a machine-readable ASCII
format. The package includes these utilities:
.
- cueconvert: convert between CUE and TOC formats
- cuebreakpoints: print the breakpoints from a CUE or TOC file
- cueprint: print disc and track information for a CUE or TOC file
- cuetag: tag files based on CUE/TOC file information
.
Probably the most popular use is to split a large audio file into many
small files according to a CUE or TOC, for example:
.
cuebreakpoints disc.cue | shnsplit disc.wav
|