Thread: DG NV tools
View Single Post
Old 13th July 2010, 15:38   #2071  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Solved I would say, it was as simple as just querying a image.

Dim a As New AVIFile
a.Open(Path)
a.GetBitmap()
Framerate = a.FrameRate
Frames = a.FrameCount
FourCC = a.FourCC
Size = a.FrameSize
ErrorMessage = a.ErrorMessage
a.Close()

Quote:
I can hold down the F2 key in VirtualDub.
Because VD always queries a image frame.
stax76 is offline   Reply With Quote