Re: [MP3 ENCODER] Free format

2000-10-01 Thread Mark Taylor
> > In reply to Robert Hegemann <[EMAIL PROTECTED]>: > >>> Second: With some (usually high) bitrates, LAME seems to mangle the > >>> bitstream. The effect is usually to hear short bursts of garbage in the > >>> left channel, but it seems to depend on the input file as well as the > >>> bitrate.

Re: [MP3 ENCODER] Free format

2000-10-01 Thread Rob Leslie
In reply to Robert Hegemann <[EMAIL PROTECTED]>: >>> Second: With some (usually high) bitrates, LAME seems to mangle the >>> bitstream. The effect is usually to hear short bursts of garbage in the >>> left channel, but it seems to depend on the input file as well as the >>> bitrate. Not all frame

Re: [MP3 ENCODER] Free format

2000-09-27 Thread Frank Klemm
:: :: another thing that does not work: :: :: lame -b640 --freeformat -g fatboy.wav fatboy.mp3 :: fatal error. MAXFRAMESIZE not large enough. :: :: in mpg123.h MAXFRAMESIZE is defined as 1792, but a 32 kHz 640 kps MP3 :: consists of 2880 bytes per frame (2090 at

Re: [MP3 ENCODER] Free format

2000-09-27 Thread engdev
> > I'm not surprised, considering you are probably only the 3rd > > person to ever use freeformat :-) > > first is Mark, who is the second person? Not the second, but, I find free-format *really* useful. However, I am using it for very *low* bitrates. ie: 8 to 32. Owen -- MP3 ENCODER

Re: [MP3 ENCODER] Free format

2000-09-26 Thread Robert Hegemann
Mark Taylor schrieb am Die, 26 Sep 2000: > > Hi all, > > > > I now have free format working in my decoder, MAD. If anyone would like to try > > it -- get version 0.11.4b or later: > > > > ftp://ftp.mars.org/pub/mpeg/ Thanks Rob, great! > > So far it seems to work with any free form

Re: [MP3 ENCODER] Free format

2000-09-25 Thread Mark Taylor
> Hi all, > > I now have free format working in my decoder, MAD. If anyone would like to try > it -- get version 0.11.4b or later: > > ftp://ftp.mars.org/pub/mpeg/ > > So far it seems to work with any free format bitrate I've created with LAME, > all the way up to 640 kbps. > > The real r

[MP3 ENCODER] Free format

2000-09-24 Thread Rob Leslie
Hi all, I now have free format working in my decoder, MAD. If anyone would like to try it -- get version 0.11.4b or later: ftp://ftp.mars.org/pub/mpeg/ So far it seems to work with any free format bitrate I've created with LAME, all the way up to 640 kbps. The real reason I'm writing, thou

Re: [MP3 ENCODER] Free Format problem

2000-08-22 Thread Steve Lhomme
> > BIT_RATE = 1 means free format. > > This seems kinda confusing -- why use 1 to indicate free when MPEG uses 0? 0 is for 'reserved' (I'm not responsible of this part of the code). > > I've checked the file in hexadecimal, and sometimes I get > > frame header at 202 bytes from the previous i

Re: [MP3 ENCODER] Free Format problem

2000-08-22 Thread Steve Lhomme
CTED]> Sent: Monday, August 21, 2000 6:25 PM Subject: Re: [MP3 ENCODER] Free Format problem > If sample_freq < 32khz, samples per frame = 576 (not 1152)! > > This the the so-called 'LSF' extension of MPEG: > > 32khz - 48khz: MPEG1 Layer 3 1152 samples per frame

RE: [MP3 ENCODER] Free Format problem

2000-08-21 Thread alex . broadhead
Howdy Steve, In case Mark's reply didn't adequately solve your problem: > I'd like to know your point of view on the "Free format" that > lame generates. > I've created a free format file with 'lame --freeformat -b 62 > file.au". I'm using lame 3.86beta on Win32 compiled locally > using MinGW32

Re: [MP3 ENCODER] Free format

2000-08-21 Thread David
Ok, thanks for the info Mark. - Original Message - From: "Mark Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 7:02 PM Subject: Re: [MP3 ENCODER] Free format > > > From: "David" <[EMAIL PROTECTED]> > &

Re: [MP3 ENCODER] Free format

2000-08-21 Thread Mark Taylor
> From: "David" <[EMAIL PROTECTED]> > Date: Mon, 21 Aug 2000 18:42:28 +0200 > > ok i'm asking again :) > what is freeformat ? (the point of it, why i should/should not use it > compared to "normal" mp3 ...) it is a fixed, but arbritrary bitrate. No reason to use it unless you want an exact bit

Re: [MP3 ENCODER] Free format

2000-08-21 Thread Naoki Shibata
Mark> Winamp/Nitrane does not support free format. mpg123 itself does not Mark> support free format, but Naoki and I added free format support Mark> to LAME's version of mpg123/mpglib, so 'lame --decode' and Mark> 'in_mpg123.dll' should handle it. Mark> Mark> Freeamp and l3dec can also handle f

Re: [MP3 ENCODER] Free format

2000-08-21 Thread David
ok i'm asking again :) what is freeformat ? (the point of it, why i should/should not use it compared to "normal" mp3 ...) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 2:40 PM Subject: Re: [MP3 ENCODER] F

Re: [MP3 ENCODER] Free Format problem

2000-08-21 Thread Mark Taylor
> X-Authentication-Warning: geek.rcc.se: majordom set sender to >[EMAIL PROTECTED] using -f > From: "Steve Lhomme" <[EMAIL PROTECTED]> > Date: Sat, 19 Aug 2000 16:06:48 +0200 > > I'd like to know your point of view on the "Free format" that lame generates. > I've created a free format file with

Re: [MP3 ENCODER] Free format

2000-08-21 Thread Mark Taylor
> From: [EMAIL PROTECTED] > Date: Mon, 21 Aug 2000 06:40:53 -600 GMT > > >What is the point of free format ? > >can winamp play it back ? > > Well, Winamp crashes when I try to feed him with a free format file (which is > correct). It may be the input I'm using (in_mpg123.dll) . But it may be

Re: [MP3 ENCODER] Free format

2000-08-21 Thread mailing-steve
>What is the point of free format ? >can winamp play it back ? Well, Winamp crashes when I try to feed him with a free format file (which is correct). It may be the input I'm using (in_mpg123.dll) . But it may be Winamp, I don't know. The thing is that I want mp3_check to be as reliable as possi

Re: [MP3 ENCODER] Free format

2000-08-21 Thread David
What is the point of free format ? can winamp play it back ? - Original Message - From: "Steve Lhomme" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 18, 2000 11:13 PM Subject: Re: [MP3 ENCODER] Free format Doh !!! Sorry for the lame quest

[MP3 ENCODER] Free Format problem

2000-08-21 Thread Steve Lhomme
I'd like to know your point of view on the "Free format" that lame generates. I've created a free format file with 'lame --freeformat -b 62 file.au". I'm using lame 3.86beta on Win32 compiled locally using MinGW32 with Libsndfile and full speed optimization (all I found usefull in the GCC doc).

Re: [MP3 ENCODER] Free format

2000-08-21 Thread Bill Currie
On Fri, Aug 18, 2000 at 11:13:32PM +0200, Steve Lhomme wrote: > Doh !!! > Sorry for the lame question ;) *groan* Bill -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] Free format

2000-08-18 Thread Steve Lhomme
Doh !!! Sorry for the lame question ;) - Original Message - From: "Gabriel Bouvigne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 18, 2000 8:43 PM Subject: Re: [MP3 ENCODER] Free format > > I'd like to find a free format encoded

Re: [MP3 ENCODER] Free format

2000-08-18 Thread Gabriel Bouvigne
> I'd like to find a free format encoded file. > Does anyone of you know where I could find one or an encoder that support free > format (also known as free bitrate) ? > lame --freeformat -b yourbitrate in.wav out.mp3 Regards, -- Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3'

[MP3 ENCODER] Free format

2000-08-18 Thread mailing-steve
I'd like to find a free format encoded file. Does anyone of you know where I could find one or an encoder that support free format (also known as free bitrate) ? thx http://www..org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] free format bitstreams

2000-06-05 Thread Sergey Sapelin
Hi, All! >> Under windows, the results are the following: >> Winamp 2.6, new in-mpg123 for winamp, Nad 0.93, Sonique 1.51, >> AudioActive 1.93b, K-Jofol 0.6, Digideck 0.82, Winplay3 2.3, >> ActiveMovie/MediaPlayer 6.4, Xing MPEG player : all failed (quite >> disappointing) RH> Beside freeam

Re: [MP3 ENCODER] free format bitstreams

2000-05-27 Thread Robert Hegemann
Gabriel Bouvigne schrieb am Son, 07 Mai 2000: > > The ISO spec says that free format bitstreams are limited > > to 320kbs, but lame will allow you to specify any bitrate over 8kbs. > > (lame prints warnings when using freeformat) > > > According to my ISO doc (section 2.4.2.3), for layer III, deco

Re: [MP3 ENCODER] free format bitstreams and iso documentation

2000-05-11 Thread Sigbjørn Skjæret
[...] >As Gaby pointed out, it says the "decoder is not requires to support..." >which doesnt say they are invalid MP3 files :-) Hey, btw, I just tested free-format with mpega.library and AmigaAMP's internal decoder (FhG licensed), and both failed miserably. :/ - CISC -- MP3 ENCODER mailing li

Re: [MP3 ENCODER] free format bitstreams and iso documentation

2000-05-11 Thread Gabriel Bouvigne
> > According to my ISO doc (section 2.4.2.3), for layer III, decoders are not > required to support higher free format higher than 320kbps. So free format > is not restricted to <=320kbps. > > And decoders must support free format at least up to 320k. > > My ISO 13818-3 documentation : Section 2

Re: [MP3 ENCODER] free format bitstreams and iso documentation

2000-05-11 Thread Mark Taylor
> X-Authentication-Warning: geek.rcc.se: majordom set sender to >[EMAIL PROTECTED] using -f > From: "Leonardo Stern" <[EMAIL PROTECTED]> > Date: Tue, 9 May 2000 21:56:42 -0300 > Content-Type: text/plain; > charset="iso-8859-1" > X-Priority: 3 > X-MSMail-Priority: Normal > X-MimeOLE: Produce

[MP3 ENCODER] free format bitstreams and iso documentation

2000-05-09 Thread Leonardo Stern
> According to my ISO doc (section 2.4.2.3), for layer III, decoders are not required to support higher free format higher than 320kbps. So free format is not restricted to <=320kbps. > And decoders must support free format at least up to 320k. My ISO 13818-3 documentation : Section 2.4.2.3 "The

Re: [MP3 ENCODER] free format bitstreams

2000-05-09 Thread Mark Taylor
> > > The ISO spec says that free format bitstreams are limited > > to 320kbs, but lame will allow you to specify any bitrate over 8kbs. > > (lame prints warnings when using freeformat) > > > According to my ISO doc (section 2.4.2.3), for layer III, decoders are not > required to support higher

Re: [MP3 ENCODER] free format bitstreams

2000-05-08 Thread Naoki Shibata
Gabriel> Winamp 2.6, new in-mpg123 for winamp, Nad 0.93, Sonique 1.51, AudioActive Gabriel> 1.93b, K-Jofol 0.6, Digideck 0.82, Winplay3 2.3, ActiveMovie/MediaPlayer Gabriel> 6.4, Xing MPEG player : all failed (quite disappointing) Sorry, next version of in_mpg123 will support free format bitst

Re: [MP3 ENCODER] free format bitstreams

2000-05-08 Thread Gabriel Bouvigne
> The ISO spec says that free format bitstreams are limited > to 320kbs, but lame will allow you to specify any bitrate over 8kbs. > (lame prints warnings when using freeformat) > According to my ISO doc (section 2.4.2.3), for layer III, decoders are not required to support higher free format hig

Re: [MP3 ENCODER] free format bitstreams

2000-05-08 Thread Greg Maxwell
AFIR you are not allowd to use VBR with free format. However, is that another part of the standard lame can ignore (via option)? It might simplify VBR if we 'threw out' the bir resviour and just used free format frames. On Sat, 6 May 2000, Mark Taylor wrote: > > > > Mark Taylor wrote: > > >

Re: [MP3 ENCODER] free format bitstreams

2000-05-06 Thread Robert Hegemann
Mark Taylor schrieb am Sam, 06 Mai 2000: > I created them with the new "--freeformat" option in LAME :-) > > freeamp and "lame --decode" both seem to play them back correctly, > but that is the only testing I've done. > > The ISO spec says that free format bitstreams are limited > to 320kbs, but

Re: [MP3 ENCODER] free format bitstreams

2000-05-06 Thread Mark Taylor
> > Mark Taylor wrote: > > > Latest version of lame, in CVS, should now decode free format bitstreams. > > Where did you find free format bitstreams to test? > > Regards, > I created them with the new "--freeformat" option in LAME :-) freeamp and "lame --decode" both seem to play them back

Re: [MP3 ENCODER] free format bitstreams

2000-05-06 Thread Gabriel Bouvigne
Mark Taylor wrote: > Latest version of lame, in CVS, should now decode free format bitstreams. Where did you find free format bitstreams to test? Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] free format bitstreams

2000-05-05 Thread Mark Taylor
Latest version of lame, in CVS, should now decode free format bitstreams. I still dont understand why I got stuck on this, but for some reason I was just compelled to get this working, even though it took many days longer than I wanted to spend on it and there are not too many free format bitstr