Re: mp3 encoding - lame?

2005-08-21 Thread Corey Hickey
jurriaan wrote: > I did run memtest86 after overclocking, no problems during a 24 hrs > period. The I compiled 250 kernels, which were all identical. Still, > lame is obviously very sensitive. > The moral of the story: overclocking a 3700 San Diego to 2750 MHz works > most of the time, but not with

Re: mp3 encoding - lame?

2005-08-21 Thread jurriaan
From: Corey Hickey <[EMAIL PROTECTED]> Date: Sun, Aug 21, 2005 at 11:45:44AM -0700 X-XS4All-To: > jurriaan wrote: > > > > This is with my own gcc-4.0 compiled lame. Sometimes it hangs, most of > > the time it crashes on this file. AFAIK the .wav file is OK, it plays > > and is a decompressed .fla

Re: mp3 encoding - lame?

2005-08-21 Thread Corey Hickey
jurriaan wrote: > Script started on Sun 21 Aug 2005 02:49:45 PM CEST > INTEL :cat test.in > file /usr/local/bin/lame > r --vbr-new -V 0 "18 US Forces.wav" > bt > INTEL :rm *mp3; gdb < test.in > > Program received signal SIGSEGV, Segmentation fault. > 0x0045224b in quantize_x34 () > (gdb) #

Re: mp3 encoding - lame?

2005-08-21 Thread Dean Hamstead
are vorbis codecs a solution? Dean Corey Hickey wrote: Darnit, I forgot to send this to the list. Sorry. Azer Demir wrote: there is a package called toolame, it is nearly identical to lame, but it is a different project. in i386 (and maybe in other archs) lame package is available, but not i

Re: mp3 encoding - lame?

2005-08-21 Thread Corey Hickey
Darnit, I forgot to send this to the list. Sorry. Azer Demir wrote: > there is a package called toolame, it is nearly identical to lame, but > it is a different project. in i386 (and maybe in other archs) lame > package is available, but not in amd64, i don't know why. but i used > toolame with gr

Re: mp3 encoding - lame?

2005-08-20 Thread Alan Ianson
On Sat August 20 2005 12:18 am, jurriaan wrote: > I want to encode some .wav files to mp3's. There's no lame in standard > debian amd64, so I downloaded a package from > > deb http://cyberspace.ucla.edu/marillat/ unstable main There are a few packages missing from the amd64 archive because they do

Re: mp3 encoding - lame?

2005-08-20 Thread Azer Demir
hi, there is a package called toolame, it is nearly identical to lame, but it is a different project. in i386 (and maybe in other archs) lame package is available, but not in amd64, i don't know why. but i used toolame with grip(you can use it in command-line), it works fine.you just configure you

mp3 encoding - lame?

2005-08-20 Thread jurriaan
I want to encode some .wav files to mp3's. There's no lame in standard debian amd64, so I downloaded a package from deb http://cyberspace.ucla.edu/marillat/ unstable main This seems to hang on some files, gdb shows a backtrace starting with count_bits(). Then I downloaded the original source (la