CUE and BIN
From Just Solve the File Format Problem
(Difference between revisions)
(add ForensicsWiki entry link (no useful details to add) (and another link I found)) |
|||
Line 3: | Line 3: | ||
|subcat=Disk Image Formats | |subcat=Disk Image Formats | ||
|extensions={{ext|cue}}, {{ext|bin}} | |extensions={{ext|cue}}, {{ext|bin}} | ||
− | |pronom={{PRONOM|fmt/1069}} | + | |pronom={{PRONOM|fmt/1069}}, {{PRONOM|fmt/208}} |
}} | }} | ||
− | '''CUE and BIN''' is a method of representing the contents of a [[CD]] or [[DVD]] (especially an audio CD) by using a "cue sheet" file in plain text listing the tracks, accompanying a binary (BIN) file with the actual data, sometimes in a disk-image format that captures the raw data of the disk, but sometimes in an audio format such as [[MP3]]. | + | '''CUE and BIN''' is a method of representing the contents of a [[CD]] or [[DVD]] (especially an audio CD) by using a "cue sheet" file in plain text listing the tracks, accompanying a raw binary (BIN) file with the actual data, sometimes in a disk-image format that captures the raw data of the disk, but sometimes in an audio format such as [[MP3]]. |
== Links == | == Links == | ||
Line 17: | Line 17: | ||
* [http://web.archive.org/web/20070221154246/http://www.goldenhawk.com/download/cdrwin.pdf#G18.998200 Cuesheet Commands] - Annex A of the CDRWIN User's Guide (de facto specification of CUE format) | * [http://web.archive.org/web/20070221154246/http://www.goldenhawk.com/download/cdrwin.pdf#G18.998200 Cuesheet Commands] - Annex A of the CDRWIN User's Guide (de facto specification of CUE format) | ||
* https://github.com/libyal/libodraw/blob/master/documentation/CUE%20sheet%20format.asciidoc | * https://github.com/libyal/libodraw/blob/master/documentation/CUE%20sheet%20format.asciidoc | ||
+ | |||
+ | == Software == | ||
+ | * [http://cdrdao.sourceforge.net/ CDRDAO] | ||
+ | * [https://www.imgburn.com/ ImgBurn] | ||
[[Category:Audio and Music]] | [[Category:Audio and Music]] | ||
[[Category:Metadata]] | [[Category:Metadata]] | ||
[[Category:Multi-file formats]] | [[Category:Multi-file formats]] |
Revision as of 23:55, 1 November 2020
CUE and BIN is a method of representing the contents of a CD or DVD (especially an audio CD) by using a "cue sheet" file in plain text listing the tracks, accompanying a raw binary (BIN) file with the actual data, sometimes in a disk-image format that captures the raw data of the disk, but sometimes in an audio format such as MP3.
Links
Specifications
- Cuesheet Commands - Annex A of the CDRWIN User's Guide (de facto specification of CUE format)
- https://github.com/libyal/libodraw/blob/master/documentation/CUE%20sheet%20format.asciidoc