954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Uploading Videos

Hello,

I am currently allowing users to upload videos via php $_FILES[][] and then converting them using ffmpeg.

I am wondering if there is a more efficient way to do this than using php. I have read that ajax might be useful (that's what vimeo uses). Could anyone point me in the right direction?

Also, I have googled it. I'm having trouble finding anything that combines ajax with php/ffmpeg to convert.

thanks in advance,
megachip

megachip04
Light Poster
34 posts since Jul 2011
Reputation Points: 10
Solved Threads: 1
 

I like plupload for uploading files. When it is done it calls a php file, where you can store your files and convert them.

pritaeas
Posting Expert
Moderator
5,483 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 

AJAX isn't a specific coding language, now i don't know how familiar you are with AJAX, it is, bluntly put, a php script that can get executed with java commands like onsubmit, onchange etc.
every time a javascript call occurs, a php script can be executed without having to reload the page.

I'm no expert in video uploading, quite the contrary, but if you just look up the basics of AJAX, i'm sure you'll get a long way

phoenix_2000
Junior Poster
107 posts since Sep 2011
Reputation Points: 40
Solved Threads: 12
 

Hello,

I am currently allowing users to upload videos via php $_FILES[][] and then converting them using ffmpeg.

I am wondering if there is a more efficient way to do this than using php. I have read that ajax might be useful (that's what vimeo uses). Could anyone point me in the right direction?

Also, I have googled it. I'm having trouble finding anything that combines ajax with php/ffmpeg to convert.

thanks in advance, megachip

Have you looked at PHP Motion

Delfacto
Newbie Poster
2 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: