1Ogg Vorbis:
2How to use Ogg Vorbis encoder with MP3c
3(by Andreas Sch�n <einradschieber@web.de>):
4
5  Encoder non-fly: oggenc -b 192 -l "%3" -d "%5" -c "comment=%6" -N "%a" -a "%c" -t "%d" -o "%2" "%1"
6
7-----
8
9MP3info:
10Bernhard Sadlowski <sadlowsk@mathematik.uni-bielefeld.de> said that there
11are different mp3info-version. They both should be supported, but maybe
12you must kill "-w" option and genre-info
13
14-----
15
16How to use BladeEnc mp3-encoder with MP3c:
17(in case you're using cdparanoia):
18
19  Ripper non-fly:  cdparanoia -d "%1" %2 "%3"
20  Ripper on-fly:   cdparanoia -d "%1" %2 -
21  Encoder non-fly: bladeenc "%1" "%2"
22  Encoder on-fly:  bladeenc STDIN "%1"
23
24------
25
26How to use Xing-encoder with MP3c (currently only beta-versions exist):
27(in case you're using cdparanoia):
28
29  Ripper non-fly:  cdparanoia -d "%1" %2 "%3"
30  Encoder non-fly: xingmp3enc "%1" "%2" -V85 -O1 -C0
31
32on-fly-encoding isn't supported, since Xingenc cannot (in the current
33version) read from stdin.
34
35------
36
37How to use LAME mp3-encoder with MP3c:
38(in case you're using cdparanoia):
39
40   Ripper non-fly:  cdparanoia -d "%1" %2 "%3"
41   Ripper on-fly:   cdparanoia -p -d "%1" %2 -
42   Encoder non-fly: notlame "%1" "%2"
43   Encoder on-fly:  notlame - "%1"
44   FIFO:            8192
45
46Notice: LAME assumes raw pcm data, when on-the-fly encoding is used, so
47        make sure that your grabber outputs pcm (-p option for cdparanoia)
48
49-----
50
51How to use cdda2wav (from cdrtools) with MP3c:
52(by Anthony Symons <ant@sa.pracom.com.au>):
53
54   Ripper non-fly:  cdda2wav -D "%1" -t %2 -P 0 -O wav %3
55   Ripper on-fly:   cdda2wav -D "%1" -t %2 -P 0 -O wav -
56
57-----
58
59How to use MP3tag (comes with MP3-Blaster) with MP3c:
60
61   MP3-Info: mp3tag -a "%1" -s "%2" -l "%3" -g %4 -y "%5" -e "%6" -f "%7"
62
63-----
64
65Up to date infos on:
66http://mp3c.wspse.de/
67
68Please send me your configuration for your favourite program, so that I can
69add it on my page: Matthias Hensler <matthias@wspse.de>
70