Can anyone point me onto some good guides on working with video and PHP? Specifically I want users to be able to upload their own videos and have the videos shareable... Kind of like how youtube works... only my application is 100% different. Any pointers would be greatly appreciated.
You can check the ffmpg proyect (http://ffmpeg-php.sourceforge.net/), and the flvtool2 proyect (http://inlet-media.de/flvtool2) documentation, I think that its essential to make a functional video sharing proyect based on php. You can also check the source code of the phpmotion video sharing script (its free). Good luck