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