Link to home
Start Free TrialLog in
Avatar of koldstar
koldstar

asked on

Wav to mp3 converter and edit

Hi

Do anyone know an application that can do the following from a commandline:

- Convert the first 30 seconds of a wav to MP3
- Convert a wav to mp3 and mix it with another wav or MP3

The usage is a web application, but I expect that we need to install a appliaction on the server that we can execute from PHP.

It's a windows server


Avatar of ShrCol
ShrCol
Flag of United Kingdom of Great Britain and Northern Ireland image

Have you looked at LAME: http://lame.sourceforge.net/ - its been around a while and is command line driven: http://lame.cvs.sourceforge.net/viewvc/lame/lame/USAGE
Avatar of koldstar
koldstar

ASKER

Lame looks pretty cool. Do you know if it uses a lot of RAM and CPU while it is encoding?
Can you tell me witch command to use for my to tasks?

I have seach for start, time, join, merge etc, but haven't got any luck
My apologies, it appears to be somewhat limited in these areas. I assumed given how long it’s been around it would support these simple functions – it seems I was wrong!
ASKER CERTIFIED SOLUTION
Avatar of woepwobin
woepwobin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
sox looks cool. I think we go with this. Thanks :-)