.mov

Get width and height of quicktime clip (.mov) with php?

I need to get the width and height of a .mov-file with php. How do I do that? ...

Missing audio and problems playing FLV video converted from 720p .mov file with FFMPEG

I have some .mov video files recorded from a JVC GC-FM1 HD video camera in 720p mode. I have FFMPEG running on a Linux box that I upload files to and have them encoded into FLV format. The video appears to be encoding ok but there is no audio in the resulting FLV file and when I play it back in Flash Player in a browser or on Adobe Media...

Custom background using Quicktime Plugin to play video... Possible?

I want an efficient way to send clients a link to see a video that I have stored on my webhost and this causes the video to open in the quicktime plugin. This is boring. Can I change the background color or even add a logo? If so, where is this done? ...

how to insert .mov file in html

I want to insert .mov file in my webpage My Code is: <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320" height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'&gt; <param name='src' value="ad.mov"> <param name='autoplay' value="false"> <param name='controller' value="true"> <param n...