Bman900 Posted June 20, 2009 Share Posted June 20, 2009 I want to make a script that allows a user to upload a video (know this part) but then covert it to flash and put it in a flash player to display. I have no clue where to start this process. What is a good way of going about this? Link to comment https://forums.phpfreaks.com/topic/163068-video-upload-then-display-in-a-flash-player/ Share on other sites More sharing options...
mrdamien Posted June 21, 2009 Share Posted June 21, 2009 You need to install ffmpeg to convert your videos, however if you're on a shared hosting plan, they will most likely not install if for you. http://ffmpeg.org/ If installed, its rather easy to convert IE: exec("ffmpeg -i input.avi output.flv"); Link to comment https://forums.phpfreaks.com/topic/163068-video-upload-then-display-in-a-flash-player/#findComment-860437 Share on other sites More sharing options...
Bman900 Posted June 21, 2009 Author Share Posted June 21, 2009 ye it sucks that am on shared hosting, there are not alternatives? Link to comment https://forums.phpfreaks.com/topic/163068-video-upload-then-display-in-a-flash-player/#findComment-860447 Share on other sites More sharing options...
mrdamien Posted June 21, 2009 Share Posted June 21, 2009 I haven't checked in a while but I'm guessing the answer is still "no". Link to comment https://forums.phpfreaks.com/topic/163068-video-upload-then-display-in-a-flash-player/#findComment-860454 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.