When you run qt-faststart on MP4, you essentially take the metadata from the back and place it at the front of the file. In my case, so that Flash can start playing the video correctly before it fully loads.
I have a large number of videos that I run through a shell script to encode overnight. However, when I upload, I will not necessarily know that in my last video folder (on the server) there is "qt-faststart" on it.
My goal is to find straggler videos and run qt-faststart on them manually, but I need a way to compile the list. Is there a way to check this metadata information using PHP or something else? I wonder how I can say that qt-faststart was already running on the video or not.
source share