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? Quote 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"); Quote 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? Quote 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". Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.