Does anyone know how to determine the video size of Quicktime (mov) files and other video formats through php?
use $size = filesize($filename);
yes, but is this the size of the file in kb or the dimensions W x H? im curious about this too,
That's the filesize, what I need is the resolution size, i.e. 320x240. Thanks for trying though.