| 1 |
'\"
|
| 2 |
.TH "cdda2ogg" "1"
|
| 3 |
.SH "NAME"
|
| 4 |
cdda2ogg, cdda2mp3 \(em extract audio CD audio tracks and encode them
|
| 5 |
.SH "SYNOPSIS"
|
| 6 |
.PP
|
| 7 |
.B cdda2ogg
|
| 8 |
.PP
|
| 9 |
.B cdda2mp3
|
| 10 |
.SH "DESCRIPTION"
|
| 11 |
.PP
|
| 12 |
.B cdda2ogg is a simple script that uses the
|
| 13 |
.B cdda2wav
|
| 14 |
command to extract all audio tracks with the
|
| 15 |
.B cdda2wav
|
| 16 |
command and encode them using the
|
| 17 |
.B ogg123
|
| 18 |
respective
|
| 19 |
.I <censored>
|
| 20 |
MP3
|
| 21 |
encoder. The scripts are not intended to be full-featured music archiving
|
| 22 |
programs, but only for quick storing of few audio data.
|
| 23 |
It does not use databases like CDDB or have any extra features. You may look
|
| 24 |
at
|
| 25 |
.B cdda2wav
|
| 26 |
if you need them.
|
| 27 |
.PP
|
| 28 |
.B ogg123
|
| 29 |
is provided by the
|
| 30 |
.B vorbis-tools
|
| 31 |
which needs to be installed separately.
|
| 32 |
See
|
| 33 |
.B www.ogg.org
|
| 34 |
for more information.
|
| 35 |
|
| 36 |
.SH "CONFIGURATION"
|
| 37 |
.PP
|
| 38 |
.B cdda2ogg
|
| 39 |
and
|
| 40 |
.B cdda2mp3
|
| 41 |
have predefined values for reading and labeling of the target files.
|
| 42 |
You can overwrite them with following environment variables:
|
| 43 |
|
| 44 |
.IP "CDDA_DEVICE" 10
|
| 45 |
Source device specification to get the data from
|
| 46 |
|
| 47 |
.IP "CDDA2WAV" 10
|
| 48 |
Defines the command to run the cdda2wav program
|
| 49 |
|
| 50 |
.IP "CDDA2WAV_OPTS" 10
|
| 51 |
Miscellaneous options passed to
|
| 52 |
.IR $CDDA2WAV .
|
| 53 |
|
| 54 |
.IP "MP_CODER" 10
|
| 55 |
The encoder program
|
| 56 |
|
| 57 |
.IP "MP_OPTIONS" 10
|
| 58 |
Additional options passed to
|
| 59 |
.IR $MP_CODER .
|
| 60 |
|
| 61 |
.IP "FILEPREFIX" 10
|
| 62 |
The base part of the filename of resulting audio files
|
| 63 |
|
| 64 |
.PP
|
| 65 |
See cdda2ogg (cdda2mp3) script file to get the default values
|
| 66 |
.PP
|
| 67 |
System administrator can also set default values by creating of a shell
|
| 68 |
include file, defining the variables for the POSIX shell, and storing them as
|
| 69 |
/etc/default/cdda2ogg (resp. cdda2mp3).
|
| 70 |
|
| 71 |
.SH "SEE ALSO"
|
| 72 |
.BR cdda2wav (1)
|
| 73 |
.SH "AUTHOR"
|
| 74 |
.PP
|
| 75 |
This manual page was written by Eduard Bloch
|
| 76 |
(blade@debian.org) for the
|
| 77 |
.B "Debian GNU/Linux system (but may be used by others). Permission is granted
|
| 78 |
to copy, distribute and/or modify this document under the terms of the GNU
|
| 79 |
General Public License, Version 2 as published by the Free Software Foundation.
|