Skip to main content
Participant
January 29, 2007
Question

Please help

  • January 29, 2007
  • 2 replies
  • 201 views
Hello there, not sure if this is in the right topic group, but im sure someone will move it if so!

I am currently in my final year of my web design degree.

In my current project i have set up the ability to allow users to send MMS messages, which then go into a db on my server.

At the moment, images are fine, as they embed into HTML as .jpeg
However, videos and audio are received as .3gp and .amr respectively.

Does anyone know how i would go about converting these into something else that sits in HTML, preferably flash?!

Any help would be great.

Kind regards, and hope everyone is ok

Nick
    This topic has been closed for replies.

    2 replies

    nickhsadAuthor
    Participant
    January 30, 2007
    Thanks a lot for that Jay, i'll look into it with further detail later this.
    Had a quick look today and it seemed complicated!!

    Thanks again
    Nick
    January 29, 2007
    Well, if you want to use Flash as your front end, then you'll want to transcode to mp3 or flv. I'm fairly certain that FFMPEG ( http://ffmpeg.mplayerhq.hu/ ) will accept both 3gp and .amr as input sources, and it will output to mp3 and flv.

    You can run FFMPEG from the command line, so you can automate the process with an application server of just about any flavor.