Notifications
Clear all
[Closed] Getting Quicktime or AVI frame length?
May 27, 2008 7:38 pm
Can you do this directly or do I need to use Python or .NET?
I just want the frame length (and framerate) from the metadata of a .mov is that possible?
2 Replies
May 27, 2008 7:38 pm
Number of frames can be found by the numFrames property under Bitmap:
mBitmap = openBitmap "C:\\YourFolders\\YourFile.mov"
print mBitmap.numFrames