in reply to On-the-fly Wav to mp3 encoding

I needed to do a similar thing in the end I used a program called lame.exe and just had my perl script run it over the wav files

Replies are listed 'Best First'.
Re: Re: On-the-fly Wav to mp3 encoding
by LAI (Hermit) on Nov 28, 2002 at 20:45 UTC

    The perl script is on a Linux server. It's accessed (ideally) through a Scheduled Task on a WinBox with a command something like:

    c:\Program Files\Winamp\Winamp.exe "http://media.ourcompany.com/rand.wav.pl"

    So as far as encoding stuff goes it should be done with linux-based tools.


    LAI
    :eof