[mp3encoder] FW: Lame development help.

2006-09-26 Thread Greg
From: Greg [mailto:[EMAIL PROTECTED] Sent: 25 September 2006 11:40 To: [EMAIL PROTECTED]; mp3encoder@minnie.tuhs.org Subject: Lame development help. Hi, My company Televirtual Ltd need to use an MP3 encoder in our prototype, the LAME encoder has emerged as the likely MP3 encoder of choice. We

Re: [MP3 ENCODER] Re: VIRUS/WORM!!!!!!! Re: [MP3 ENCODER] ware\Microsoft\Windo,b4

2001-09-18 Thread Greg Wooledge
e in email, delete it immediately. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] |- The Red Hot Chili Peppers http://wooledge.org/~greg/ | PGP signature

Re: [MP3 ENCODER] clean frames in ancillary data with patch

2001-10-01 Thread Greg Wooledge
s more analogous to putting the clothing manufacturer's name on a small tag inside the clothes. It's only visible to those who take the effort to look for it. Embedding the encoder version in the id3 tags -- now *that* would be analogous to what you described. -- Greg Wooledge

Re: [MP3 ENCODER] clean frames in ancillary data with patch

2001-10-02 Thread Greg Wooledge
Alexander Leidinger ([EMAIL PROTECTED]) wrote: > On 1 Okt, Greg Wooledge wrote: > > Embedding the encoder version in the id3 tags -- now *that* would be > > analogous to what you described. > But embedding it into the ID3 tag has a purpose. It's easy to see which > MP3

Re: [MP3 ENCODER] LAME encoder

2001-11-14 Thread Greg Wooledge
ince your input is 44.1 kHz, your output will also be 44.1 kHz. Some people may suggest other flags which may or may not give quality benefits. But start with "lame -q0 -b 128" and see how it goes. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTEC

Re: [MP3 ENCODER] strange behavior of mlame

2001-12-10 Thread Greg Wooledge
rsed correctly by mlame (which seems unlikely), it's going to be expanded by the shell unless it's protected by quotes. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] | - The Red Hot Chili Peppers http://wooledge.org/~gre

Re: [MP3 ENCODER] mp3 song size differs

2001-12-27 Thread Greg Wooledge
y different results. For Linux, I recommend cdparanoia (or a front-end program that uses cdparanoia, e.g. grip). > probable hardware bug: clock timer configuration lost - probably a > VIA686a. > Probable hardware bug: restoring chip configuration. That's a bad sign. :-/ -- Greg Woo

[MP3 ENCODER] Questions about --nogap option

2002-01-14 Thread Greg Ward
Is there a good reason that you have to encode everything in one go with --nogap? Or could this be changed? Thanks -- Greg -- Greg Ward - programmer-at-large [EMAIL PROTECTED] http://starship.python.net/~gward/ Don't hate yourself in the mornin

Re: [MP3 ENCODER] Questions about --nogap option

2002-01-16 Thread Greg Wooledge
Greg Ward ([EMAIL PROTECTED]) wrote: > I have't tried Ogg Vorbis -- does anyone know if it does a better job of > avoiding gaps between contiguous tracks?) Yes, it does. A decoded ogg file has exactly the same length as the original input file. > However, the syntax

Re: [MP3 ENCODER] Different sizes for the same piece

2002-05-19 Thread Greg Wooledge
-end that uses cdparanoia). EAC is at <http://www.exactaudiocopy.de/eac.html>. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] | - The Red Hot Chili Peppers http://wooledge.org/~greg/ | msg00881/pgp0.pgp Description: PGP signature

Re: [MP3 ENCODER] Lame Ain't MP3 Encoder

2002-05-21 Thread Greg Wooledge
ng routines. It no longer supports Vorbis, however. (The --ogg switch hasn't worked in well over a year.) -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] |- The Red Hot Chili Peppers http://wooledge.org/~greg/ | msg00887/pgp0.pgp Description: PGP signature

Re: [MP3 ENCODER] Re: compiling lame 3.92 with gcc 3.1

2002-05-30 Thread Greg Wooledge
whether the LAME developers have a formal policy on this issue or not. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] |- The Red Hot Chili Peppers http://wooledge.org/~greg/ | msg00924/pgp0.pgp Description: PGP signature

Re: [MP3 ENCODER] gtk test fails on ./configure

2002-06-03 Thread Greg Wooledge
had installed gtk, and thus, there couldn't have > really been a problem. You installed the GTK+ runtime libraries, but not the development package. > So, is there a problem? Only if you really had your heart set on using the GUI part. -- Greg Wooledge | "Tr

Re: [MP3 ENCODER] LAME id3 tag command line switch problem

2002-06-14 Thread Greg Wooledge
ible behavior under the POSIX rules, so it's not going to be fixed. Try this instead: lame --add-id3v2 --tt "this is the tag"\! > On the other hand, this works fine: > > lame --add-id3v2 --tt 'this is the tag!' Yes, it does. But double quotes are so much

Re: [MP3 ENCODER] LAME id3 tag command line switch problem

2002-06-15 Thread Greg Wooledge
Alexander Leidinger ([EMAIL PROTECTED]) wrote: > On 14 Jun, Greg Wooledge wrote: > > Try this instead: > > > > lame --add-id3v2 --tt "this is the tag"\! > IMHO it's more intuitive to write > "this is the tag\!" Yes, yes, yes! It *woul

Re: [MP3 ENCODER] LAME id3 tag command line switch problem

2002-06-15 Thread Greg Wooledge
$ bash --posix bash-2.05a$ echo "this is a test!" bash: !": event not found bash-2.05a$ echo "this is a test\!" this is a test\! As I said earlier, the bash maintainers insist that this behavior is permitted by POSIX, and so they consider it not to be a bug. -- Greg W

Re: [MP3 ENCODER] Are there any filters used by lame by default?

2002-06-30 Thread Greg Wooledge
Raider ([EMAIL PROTECTED]) wrote: > From what I see there aren't many options besides mp3 and ogg... things > like Monkey are windoze only. See <http://flac.sourceforge.net/> -- Free Lossless Audio Codec. -- Greg Wooledge | "Truth belongs

Re: [MP3 ENCODER] cd-burning

2002-07-15 Thread Greg Wooledge
kameron cole ([EMAIL PROTECTED]) wrote: > What do you guys use for cd-burning software (looking for > recommendations, set-up instructions)? I run SuSE 8.0 Professional http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html -- Greg Wooledge | "Truth belongs to everybo

Re: [MP3 ENCODER] why nasm?

2002-07-22 Thread Greg Wooledge
Florin Andrei ([EMAIL PROTECTED]) wrote: > What exactly is the difference between Lame compiled with nasm and > without nasm? Speed. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] |- The Red Hot Chili Peppers http://wo

Re: [MP3 ENCODER] Lame and libvorbis compile error

2002-09-22 Thread Greg Wooledge
e Vorbis files, install the vorbis-tools package and use oggenc. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] |- The Red Hot Chili Peppers http://wooledge.org/~greg/ | msg01264/pgp0.pgp Description: PGP signature

Re: [MP3 ENCODER] Can't compile LAME --with-vorbis

2002-11-09 Thread Greg Wooledge
ke. Please >help! LAME hasn't been able to encode Vorbis files for years now. The Vorbis support in LAME worked with something like Vorbis version beta1 only. If you wish to encode Ogg Vorbis files, use oggenc from the vorbis-tools package. -- Greg Wooledge | "

Re: [MP3 ENCODER] Re: Quality problem reencoding

2002-11-14 Thread Greg Wooledge
d quality). The same methods of reducing bitrate that work in MP3 work in Vorbis as well. Reduce the sampling rate, reduce the number of channels, reduce the quality. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] |- The

Re: [MP3 ENCODER] Re: Quality problem reencoding

2002-11-15 Thread Greg Wooledge
d the high frequencies are gone. A lowpass might help a bit.) Are you sure you're using Vorbis 1.0? -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] |- The Red Hot Chili Peppers http://wooledge.org/~greg/ | msg01344/pgp0.pgp Description: PGP signature

[MP3 ENCODER] Re: [vorbis] Re: Quality problem reencoding

2002-11-15 Thread Greg Wooledge
ve this effect, and gives you a maximum bitrate cap (which has a bit of flexibility). -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] |- The Red Hot Chili Peppers http://wooledge.org/~greg/ | msg01345/pgp0.pgp Description: PGP signature

Re: [MP3 ENCODER] Bug in lame 3.93..

2002-11-24 Thread Greg Wooledge
Bowie J. Poag ([EMAIL PROTECTED]) wrote: > Step 1) Rip a track using cdparanoia or whatever. > Step 2) Rename the resulting .wav file to foo.MP3. What on earth possessed you to do this? Granted, LAME could be a bit more graceful in its error handling, but still -- Greg Wo

Re: [MP3 ENCODER] cpu time

2002-12-01 Thread Greg Wooledge
very easily consume all of the available bus bandwidth so that your sound card can't get data. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] |- The Red Hot Chili Peppers http://wooledge.org/~greg/ | msg01433/pgp0.pgp Description: PGP signature

Re: [MP3 ENCODER] ALL VESIONS BUG !!!

2003-01-07 Thread Greg Wooledge
a feature of the transform method used. Working on > blocks of specific length, mp3 once decoded has some padding at the > beginning and at the end. (same thing for Vorbis, and probably mpc) I don't know about MPC, but it is *not* true for Vorbis. Vorbis files do not have this padding.

Re: [MP3 ENCODER] LAME puts silence in the start of a mp3

2003-01-11 Thread Greg Wooledge
I don't know about CMD.EXE on NT/2000/XP because I've never used those systems.) For consistency with other Unix programs, as well as to let it function at all in MS-DOS, "-?" should be sending its output to stdout, not stderr. -- Greg Wooledge | "Truth

Re: [MP3 ENCODER] lame -? / DOS

2003-01-15 Thread Greg Wooledge
es to stdout, but I can't get to the CVS on sourceforge right now. Last time I checked out LAME source was so long ago that I don't want to make a patch against such an ancient relic. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECT

Re: [MP3 ENCODER] Problems decoding an Mp3 file...

2003-01-19 Thread Greg Wooledge
may be distributed freely, provided that it is distributed in its entirety, without modifications, and with the original copyright notice and license included. The "without modifications" part is what makes it non-free. This is also incompatible with the GPL, of course. -

[MP3 ENCODER] Re: ports/43376: audio/lame fails to compile

2002-09-26 Thread Greg 'groggy' Lehey
FYI. Greg - Forwarded message from Greg 'groggy' Lehey <[EMAIL PROTECTED]> - > Date: Thu, 26 Sep 2002 11:24:13 +0930 (CST) > From: "Greg 'groggy' Lehey" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: ports/43376: audi