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

NAME

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

SYNOPSIS

9       cdda2ogg
10
11       cdda2mp3
12

DESCRIPTION

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

CONFIGURATION

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

EXAMPLES

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

SEE ALSO

74       icedax(1)
75

AUTHOR

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