Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > c371bf5affb9b1c4317876a87059cd9a > files > 10

mp3c-0.31-7mdv2010.0.x86_64.rpm

Ogg Vorbis:
How to use Ogg Vorbis encoder with MP3c
(by Andreas Schön <einradschieber@web.de>):

  Encoder non-fly: oggenc -b 192 -l "%3" -d "%5" -c "comment=%6" -N "%a" -a "%c" -t "%d" -o "%2" "%1"

-----

MP3info:
Bernhard Sadlowski <sadlowsk@mathematik.uni-bielefeld.de> said that there
are different mp3info-version. They both should be supported, but maybe
you must kill "-w" option and genre-info

-----

How to use BladeEnc mp3-encoder with MP3c:
(in case you're using cdparanoia):

  Ripper non-fly:  cdparanoia -d "%1" %2 "%3"
  Ripper on-fly:   cdparanoia -d "%1" %2 -
  Encoder non-fly: bladeenc "%1" "%2"
  Encoder on-fly:  bladeenc STDIN "%1"
  
------

How to use Xing-encoder with MP3c (currently only beta-versions exist):
(in case you're using cdparanoia):

  Ripper non-fly:  cdparanoia -d "%1" %2 "%3"
  Encoder non-fly: xingmp3enc "%1" "%2" -V85 -O1 -C0

on-fly-encoding isn't supported, since Xingenc cannot (in the current
version) read from stdin.
  
------

How to use LAME mp3-encoder with MP3c:
(in case you're using cdparanoia):

   Ripper non-fly:  cdparanoia -d "%1" %2 "%3"
   Ripper on-fly:   cdparanoia -p -d "%1" %2 -
   Encoder non-fly: notlame "%1" "%2"
   Encoder on-fly:  notlame - "%1"
   FIFO:            8192

Notice: LAME assumes raw pcm data, when on-the-fly encoding is used, so
        make sure that your grabber outputs pcm (-p option for cdparanoia)
  
-----

How to use cdda2wav (from cdrtools) with MP3c:
(by Anthony Symons <ant@sa.pracom.com.au>):

   Ripper non-fly:  cdda2wav -D "%1" -t %2 -P 0 -O wav %3
   Ripper on-fly:   cdda2wav -D "%1" -t %2 -P 0 -O wav -

-----

How to use MP3tag (comes with MP3-Blaster) with MP3c:

   MP3-Info: mp3tag -a "%1" -s "%2" -l "%3" -g %4 -y "%5" -e "%6" -f "%7"

-----

Up to date infos on: 
http://mp3c.wspse.de/

Please send me your configuration for your favourite program, so that I can
add it on my page: Matthias Hensler <matthias@wspse.de>