Results 1 to 4 of 4

Thread: Audio Conversion

  1. #1
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default Audio Conversion

    Anyone know of an extension for PHP, or even something else on the server that isn't awful to work with, that will allow converting an audio file?
    I want to have the user upload a file of a few reasonable formats, then convert to a well compressed mp3 or other common format. This should be automated and save to a folder on the server. It doesn't need to be output back to the user and could even take some time to process, if that helps.
    (Basically creating an archive of recordings people make.)
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Here is something I ran into a little bit ago. It converts from MP3 and WMA to OGG format. While it's not really what you need, you might be able to get utility out of it.

  3. The Following User Says Thank You to Medyman For This Useful Post:

    djr33 (04-28-2008)

  4. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    That looks useful. However, I'm not sure all users will upload mp3/wma-- more likely they'll have wav, aiff, etc. ogg may work, but I think I want something that will play in flash.
    Better than I've found searching, though.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    You might have come across media-convert.com in your searching, but if you didn't...it might be worth a look. They convert to and from a whole host of formats -- documents, video, audio etc...

    I'm not really sure how they do it. But it might be mentioned somewhere on the internet. Another lead for you to chase down. You might try their message boards. I don't know how helpful they would be.

  6. The Following User Says Thank You to Medyman For This Useful Post:

    djr33 (04-29-2008)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •