NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Ripping CDs to MP3I am running Debian Sarge and would like to rip CDs to MP3. I have installed GRIP, added the multimedia archive to my apt sources list, and installed as many of the encoders (lame) as I could from the multimedia archive. I have been able to sucesstully rip a CD to OGG, but when I change the GRIP settings to use lame or one of the other mp3 encoders, I returns with a configuation error. (Lame responds at the command line.) Does anyone know settings that work in GRIP to rip to MP3, or where another encoder can be gotten. Thanks in advance. Frank Healy |
Ripping CDs to MP3
Hello Francis.
Francis Healy, 29.11.2006 00:18:
> Does anyone know settings that
> work in GRIP to rip to MP3, or where another encoder can be gotten.
My config:
Encoder executable [/usr/bin/lame]
Encoder command line [-h -b %b %w %m]
The file extension and file format depend on how you like them.
Regards, Mathias
--
debian/rules
Ripping CDs to MP3
That worked like magic. I'm now happily ripping CDs
to MP3 for my daughters MP3 player. Its great to get
dad points and do it on Linux.
--- Mathias Brodala wrote:
> Hello Francis.
>
> Francis Healy, 29.11.2006 00:18:
> > Does anyone know settings that
> > work in GRIP to rip to MP3, or where another
> encoder can be gotten.
>
> My config:
>
> Encoder executable [/usr/bin/lame]
> Encoder command line [-h -b %b %w %m]
>
> The file extension and file format depend on how you
> like them.
>
>
> Regards, Mathias
>
> --
> debian/rules
>
>
--
Ripping CDs to MP3
On Tuesday 28 November 2006 22:10, Francis Healy wrote:
Just to add to your joy, in Konqueror, you can browse to audiocd:/
and then copy and paste those "virtual files" anywhere you want....elegant,
but nothing beats grip for ripping 50 CDs in a row.
> That worked like magic. I'm now happily ripping CDs
> to MP3 for my daughters MP3 player. Its great to get
> dad points and do it on Linux.
>
> --- Mathias Brodala wrote:
> > Hello Francis.
> >
> > Francis Healy, 29.11.2006 00:18:
> > > Does anyone know settings that
> > > work in GRIP to rip to MP3, or where another
> >
> > encoder can be gotten.
> >
> > My config:
> >
> > Encoder executable [/usr/bin/lame]
> > Encoder command line [-h -b %b %w %m]
> >
> > The file extension and file format depend on how you
> > like them.
> >
> >
> > Regards, Mathias
> >
> > --
> > debian/rules
--
Ripping CDs to MP3
On Tue, Nov 28, 2006 at 03:18:12PM -0800, Francis Healy wrote:
> I am running Debian Sarge and would like to rip CDs to MP3. I have
> installed GRIP
Not what you are asking for, but I switched from grip to the "abcde"
utility. Didn't seem like ripping a CD required a gui, to me.
I rip to flac, so here's my ~/.abcde.conf file:
ACTIONS=move,clean
OUTPUTDIR=/home/moseley/music/flac
# This dir must exist!
WAVOUTPUTDIR=/tmp
OUTPUTTYPE=flac
FLACOPTS="--replay-gain"
OUTPUTFORMAT='${ARTISTFILE}/${ALBUMFILE}/${ARTISTFILE}-${ALBUMFILE}-${TRACKNUM}.${TRACKFILE}'
EXTRAVERBOSE=y
--
Bill Moseley
--