[mp3encoder] Re: R: lame and files larger than 2Gb

2004-01-29 Thread Dan Nelson
if test $ac_cv_sys_largefile_source != no; then CFLAGS=$CFLAGS -D_LARGEFILE_SOURCE fi if test $ac_cv_sys_large_files != no; then CFLAGS=$CFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files fi fi -- Dan Nelson [EMAIL PROTECTED] ___ mp3encoder

[MP3 ENCODER] Re: Unconvertable file! (plain text post)

2002-12-08 Thread Dan Nelson
get is screeching! Lame doesn't recognize mu-law encoding. Try converting it to 16-bit signed with sox, then pass the wav file through lame. sox -bU -r 8000 -t raw 44.pcm -uw 44.wav Watch the frog, indeed. -- Dan Nelson [EMAIL PROTECTED

[MP3 ENCODER] Re: cpu time

2002-12-01 Thread Dan Nelson
buffering. You can adjust how XP balances CPU usage from Task Manager (Ctrl-Shift-ESC): go to the Processes tab, right-click on Lame (or whatever program is doing the encoding), select Set Priority, and pick BelowNormal. -- Dan Nelson [EMAIL PROTECTED

[MP3 ENCODER] Re: Quality problem reencoding

2002-11-15 Thread Dan Nelson
In the last episode (Nov 15), Greg Wooledge said: Dan Nelson ([EMAIL PROTECTED]) wrote: I guess the problem might be oggenc's option parser, then. Given a stereo 22050hz input file, I can't seem to get oggenc to encode less than 22kbits. The lowest bitrate it will allow on the commandline

[MP3 ENCODER] Re: Quality problem reencoding

2002-11-14 Thread Dan Nelson
In the last episode (Nov 14), Greg Wooledge said: Dan Nelson ([EMAIL PROTECTED]) wrote: Unfortunately, ogg is no good for streaming, as its minimum bitrate is 64k. That's completely untrue. I've heard of people producing Vorbis bitstreams as low as 5 kbps (of course, this is a degenerate

[MP3 ENCODER] Re: Quality problem reencoding

2002-11-13 Thread Dan Nelson
, as the artifacts generated by decoding the first mp3 stream will get overwhelmed by the artifacts generated by dropping the bitrate down to streaming levels anyway. -- Dan Nelson [EMAIL PROTECTED] ___ mp3encoder mailing list [EMAIL

[MP3 ENCODER] Re: Making an mp3 @ 22,050 kHz

2002-08-22 Thread Dan Nelson
bitrates (kbps): 8 16 24 32 40 48 56 64 80 96 112 128 144 160 -- Dan Nelson [EMAIL PROTECTED] ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

[MP3 ENCODER] Re: low bitrate files and lame

2001-11-12 Thread Dan Nelson
the twinkling artifacts too bad. You might also consider encoding a separate stream at 50kpbs for the 56k modem users. You'll never get as good as RealAudio quality (at low bitrates, RA can encode stereo at the same quality as Lame in mono), but it shouldn't sound too bad. -- Dan Nelson