1cdda2ogg(1)                 General Commands Manual                cdda2ogg(1)
2
3
4

NAME

6       cdda2ogg — extract audio CD audio tracks and encode them
7

SYNOPSIS

9       cdda2ogg
10

DESCRIPTION

12       cdda2ogg  is  a simple script that uses the icedax <fileprefix> command
13       to extract all audio tracks with the icedax  <fileprefix>  command  and
14       encode  them  using the ogg123 encoder. The scripts are not intended to
15       be full-featured music archiving programs, but only for  quick  storing
16       of  few  audio  data.   It does not use databases like CDDB or have any
17       extra features. You may look at icedax if you need them.
18
19       ogg123 is provided by the vorbis-tools which needs to be installed sep‐
20       arately.  See www.ogg.org for more information.
21
22

CONFIGURATION

24       cdda2ogg  have predefined values for reading and labeling of the target
25       files.  You can overwrite them with following environment variables:
26
27
28       CDDA_DEVICE
29                 Source device specification to get the data from.
30
31
32       LIST      List of track numbers to be read, separated by spaces.
33
34
35       CDDA2WAV  Defines the command to run the cdda2wav program
36
37
38       CDDA2WAV_OPTS
39                 Miscellaneous options passed to $CDDA2WAV.
40
41
42       MP_CODER  The encoder program.
43
44
45       MP_OPTIONS
46                 Additional options passed to $MP_CODER.
47
48
49       FILEPREFIX
50                 The base part of the filename of resulting audio files.  This
51                 can also be specified as the first argument to the script.
52
53
54       See cdda2ogg script file to get the default values
55
56       System administrator can also set default values by creating of a shell
57       include file, defining the variables for the POSIX shell,  and  storing
58       them as /etc/default/cdda2ogg.
59

EXAMPLES

61       CDDA_DEVICE=/dev/cdrom1 cdda2ogg
62       just stores every track in this device in audiotrackNUMBER.ogg
63
64       LIST="1 5 7" cdda2ogg PartsOfBestOfFoo
65       stores the selected tracks from the default cdrom device as 01-PartsOf‐
66       BestOfFoo.ogg, 05-PartsOfBestOfFoo.ogg, 07-PartsOfBestOfFoo.ogg.
67
68

SEE ALSO

70       icedax(1)
71

AUTHOR

73       This manpage  describes  the  program  implementation  of  cdda2ogg  as
74       shipped        by        the       cdrkit       distribution.       See
75       http://alioth.debian.org/projects/debburn/ for details. It is a spinoff
76       from the original program distributed by the cdrtools project. However,
77       the cdrtools developers are not involved in  the  development  of  this
78       spinoff  and  therefore  shall  not be made responsible for any problem
79       caused by it. Do not try to get support for this program by  contacting
80       the original authors.
81
82       If you have support questions, send them to
83
84       debburn-devel@lists.alioth.debian.org
85
86       If you have definitely found a bug, send a mail to this list or to
87
88       submit@bugs.debian.org
89
90       writing  at  least  a  short description into the Subject and "Package:
91       cdrkit" into the first line of the mail body.
92
93       This manual page was written by Eduard Bloch (blade@debian.org) for the
94       Debian  GNU/Linux  system  (but  may  be used by others). Permission is
95       granted to copy, distribute and/or modify this document under the terms
96       of  the  GNU General Public License, Version 2 as published by the Free
97       Software Foundation.
98
99
100
101                                                                   cdda2ogg(1)
Impressum