FFmpeg & Installation on phpmyadmin

Posted by Vivek on Pro Webmasters See other posts from Pro Webmasters or by Vivek
Published on 2011-09-18T01:31:23Z Indexed on 2011/11/17 10:13 UTC
Read the original article Hit count: 240

Filed under:
|
|

I am attempting to have an interface in which people can upload music files and listen to them through the site. The biggest problem obviously is that someone who uploads an audio track in mp3 format into Mozilla wouldn't be able to play it back (since MF doesn't support mp3 playback since I'm using jPlayer).

I did some research and found out that I could use command line php using FFmpeg to convert the mp3 to ogg or some other supportable format. I believe I understand (a little bit) how command line php works but I was wondering how I could install it onto phpmyadmin on my hosting service? Could anyone link me to a tutorial or care to explain? I tried googling it but I just couldn't find it.

© Pro Webmasters or respective owner

Related posts about php

Related posts about server