Page 1 of 1
w x h of .mov .mpeg
Posted: Wed Mar 01, 2006 2:17 pm
by neophyte
I'm writing a little script that will embed .mov and .mpeg files. I'm wondering if there is a way to automagically determine their width and height measurements? If not assuming the width is the same for both movies is their a way to adjust the height for the player? Is it better just to define a width and height for each type of file. Or how have you handled this in the past?
Posted: Wed Mar 01, 2006 2:43 pm
by feyd
Posted: Wed Mar 01, 2006 2:59 pm
by neophyte
That's awesome, but a little heavy for this simple script. I think I'll stick to defining them.
Thanks for the post though, I'll have to file that one away for later use.
Posted: Wed Mar 01, 2006 6:00 pm
by nickman013
If you find anything let me know. I was looking for something like this so I can autoresize the player to fit the videos.
Thanks