Page 1 of 1
Quicktime movie dimensions
Posted: Fri Feb 28, 2003 1:30 am
by AlphaQuam
Is there a way to use PHP to determine the height and width of a QT movie?
Posted: Fri Feb 28, 2003 2:13 am
by bionicdonkey
don't think so but you can find the size of an image so maybe you could take a snapshot somehow then use getimagesize()
Posted: Fri Feb 28, 2003 10:41 am
by AlphaQuam
well, it seems if you over estimate the size... then it'll work. i just put in 640x480 and that leaves more whitespace on the screen... but the movie plays at the right size. bit of a hack but good enough.
Posted: Fri Feb 28, 2003 2:38 pm
by bionicdonkey
maybe you could use percentages???