Re: [MP3 ENCODER] MP3 Programing question... (1 or 2 m's ?) :)

2000-08-13 Thread David

HI!

You said in the mailing list (LAME) that you had ported a source (mp3_check
i belive) to win32, could i take a look at that source ?


- Original Message -
From: "Steve Lhomme" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, August 12, 2000 7:02 AM
Subject: Re: [MP3 ENCODER] MP3 Programing question... (1 or 2 m's ?) :)


I've ported mp3_check to Win32 and it can scan a whole dir for MP3s and
report you all the tracks lenght. But it display this info on the
(command-line) screen for each file. Not the whole thing in one file.

If you really want just this info on one file, you probably need to use
something in a library.

- Original Message -
From: "David" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, August 12, 2000 2:06 AM
Subject: Re: [MP3 ENCODER] MP3 Programing question... (1 or 2 m's ?) :)


 Thanks, but .. hmm guess i'de have to do some modifications for it to work
 in win32 
 and i'm afraid i'm not that handy with c.. .(
 and can it handle vbr/abr ?

--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )



Re: [MP3 ENCODER] MP3 Programing question... (1 or 2 m's ?) :)

2000-08-12 Thread David

Actualy, the very best thing would be to create a file in the dir where all
the mp3's are that looked something like this.. "48.42" for example.. the
file could very well be empty

any chance i could look at the source and see if i can do anything with it ?

- Original Message -
From: "Steve Lhomme" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, August 12, 2000 7:02 AM
Subject: Re: [MP3 ENCODER] MP3 Programing question... (1 or 2 m's ?) :)


I've ported mp3_check to Win32 and it can scan a whole dir for MP3s and
report you all the tracks lenght. But it display this info on the
(command-line) screen for each file. Not the whole thing in one file.

If you really want just this info on one file, you probably need to use
something in a library.

- Original Message -
From: "David" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, August 12, 2000 2:06 AM
Subject: Re: [MP3 ENCODER] MP3 Programing question... (1 or 2 m's ?) :)


 Thanks, but .. hmm guess i'de have to do some modifications for it to work
 in win32 
 and i'm afraid i'm not that handy with c.. .(
 and can it handle vbr/abr ?

--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )



Re: [MP3 ENCODER] MP3 Programing question... (1 or 2 m's ?) :)

2000-08-11 Thread Rob Leslie

David [EMAIL PROTECTED] wrote:
 Hi guys, recently i've been thinking of doing a program that scans a dir,
 reports the TOTAL time of all mp3 (MM:SS) and writes a file with that info.
 
 Only problem is that i can't seem to find any info on this how to read this
 things out of CBR/VBR files, any1 know where i can get such info ?
 
 Should not be too hard ... ?

For some self-contained code that does this, check out:

  http://www.mars.org/home/rob/proj/mpeg/maduration.c

A more complete implementation can be found in the MAD distribution:

  http://www.mars.org/home/rob/proj/mpeg/

Although it's not built by default, the program is in `madtime.c'; just do:

  ./configure
  make madtime

An obvious improvement would be to implement directory traversals. Currently
all files must be listed on the command line.

-- 
Rob Leslie
[EMAIL PROTECTED]
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )