Suppose, I have ten MP3s in a directory and I want to combined them in to one MP3. The end result should be one MP3 with the content of the original ten MP3s. Is there a PHP or Java program, app, or snippet for this?
feedback
|
migrated from stackoverflow.com Jun 18 '11 at 1:16
This question came from our site for professional and enthusiast programmers.
|
You can use the PHP | |||
|
feedback
|
|
By searching a bit, I found this excellently relevant response to a question similar to yours. As konsolenfreddy suggested, if you wish to use PHP, use the exec() function in conjunction with the code presented in the post. | ||||
|
feedback
|
|
You can try Audacity for splicing audio files, and you can try Avidemux for you video editing needs. Both programs are free, and available for Windows, Linux or Mac whichever you were looking for. | |||
feedback
|