PDA

View Full Version : video resolution


goukilord10
12-16-2005, 05:55 PM
is there a way to get the height & width of a video file in ams ?
thanks

goukilord10
12-19-2005, 09:20 AM
is there a way to get the height & width of a video file in ams ?
thanks

plz if anyone know
because i need to adjust the video object depending on the video file the user open.

rhosk
12-19-2005, 12:46 PM
Video.GetSize("Video1");

yosik
12-19-2005, 02:58 PM
Ron,
I think you are mistaken. The GetSize action returns the size OF THE VIDEO OBJECT no the size of the video FILE. I don't know of a simple way to do that. MAybe use a utility that could run with a command line?

Yossi

rhosk
12-19-2005, 04:37 PM
Oops, think you're right, I was in a hurry. Sorry 'bout that. I'll put my thinkin' cap on, there's got to be a way. ((Explorer can do it))

goukilord10
12-19-2005, 08:17 PM
i cant find any command line tool that can do it yet
any help is apprecied.

yosik
12-20-2005, 04:53 PM
Try AVINFO. Can be found at:
http://shounen.ru/soft/avinfo/english.shtml

Good luck

Yossi