We need a programmer to write us a simple php script that can convert all the .MOV movies files in a folder to MP4 in a separate folder using the original file name..
we also need to create a thumbnail of each original video in png using a script like this
ffmpeg -itsoffset -4 -i test.mov -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320×240 test.png
we want to be able to simply go to the php file in a url and will run automatically… an tell us when the job is complete
