Is it possible to get the video dimensions from a video file? I'm uploading mp4s and wmvs as well as some image files. I would like to grab the dimensions and make it part of the new filename.
I know you can use getImageSize()
for pictures but how would I do the same for video. Is there a way to do this?