I am working on a simple video upload and compression system and I am currently using the following process. First Step I use a multipart/form-data to upload the original video file, which I store in /var/www/site/videos_pre/video.mp4. My public folder is var/www/site/public_html/. I store an entry in my database with the video information. Second step I have a converter process which