From 93f975db15e56a1a423c40d65e1627ac888d42b0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 13 May 2020 03:39:24 -0400 Subject: add man page for audiocue2bincue --- audiocue2bincue.html | 441 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 441 insertions(+) create mode 100644 audiocue2bincue.html (limited to 'audiocue2bincue.html') diff --git a/audiocue2bincue.html b/audiocue2bincue.html new file mode 100644 index 0000000..28abe75 --- /dev/null +++ b/audiocue2bincue.html @@ -0,0 +1,441 @@ + + + + + + +audiocue2bincue + + + + +
+

audiocue2bincue

+

convert audio file based CD images to raw binary

+ +++ + + + + + + + + + +
Manual section:1
Manual group:Urchlay
Date:2020-05-13
Version:0.2.0
+ + + + + +
+

SYNOPSIS

+

audiocue2bincue [-s] [-n] [input.cue] [output.cue]

+
+
+

DESCRIPTION

+

If you have a CD image that consists of a .cue (or .ccd, .mds, etc) file +and a .wav (or .ogg, .mp3, etc) audio file instead of a raw binary image, +you won't be able to use it with miragextract.

+

Since libmirage currently (as of 3.2.4) doesn't seem to support these, +the audiocue2bincue script is provided as a quick & dirty conversion tool.

+

audiocue2bincue reads the .cue sheet from standard input and writes the modified .cue +to standard output if no filenames are given.

+

Default action (without -n) is to go ahead and convert the audio file(s) listed +in the .cue file to raw CD audio.

+
+
+

OPTIONS

+ +++ + + + + + +
+-sSwap byte order during audio conversion.
+-nDon't convert audio file(s) to .bin image, just write a .cue (which +won't be very useful, but it's good for testing).
+
+
+

NOTES

+

audiocue2bincue is written in Perl, so you'll need your OS's perl package +installed. It doesn't use any CPAN modules, so there aren't a ton of +perl-blah dependencies.

+

Make sure you've got libsndfile installed, including the sndfile-convert command on +your $PATH.

+

If you have an mp3-based image, you'll need lame installed and on your $PATH, since +libsndfile doesn't support mp3.

+

audiocue2bincue hasn't been thoroughly tested. It seems to work fine, but +you may run into nonstandard/weird/broken .cue files that it can't handle.

+
+
+

AUTHOR

+

audiocue2bincue was written by B. Watson <yalhcru@gmail.com> and +released under the WTFPL: Do WTF you want with this.

+
+
+

SEE ALSO

+

miragextract(1), cuerecover(1), sndfile-convert(1), lame(1)

+
+
+ + -- cgit v1.2.3