Quicktime movie dimensions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
AlphaQuam
Forum Newbie
Posts: 7
Joined: Fri Feb 28, 2003 1:30 am

Quicktime movie dimensions

Post by AlphaQuam »

Is there a way to use PHP to determine the height and width of a QT movie?
bionicdonkey
Forum Contributor
Posts: 132
Joined: Fri Jan 31, 2003 2:28 am
Location: Sydney, Australia
Contact:

Post 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()
AlphaQuam
Forum Newbie
Posts: 7
Joined: Fri Feb 28, 2003 1:30 am

Post 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.
bionicdonkey
Forum Contributor
Posts: 132
Joined: Fri Jan 31, 2003 2:28 am
Location: Sydney, Australia
Contact:

Post by bionicdonkey »

maybe you could use percentages???
Post Reply