Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
movieInfo [-frameCount] [-height] [-width]
string
movieInfo is NOT undoable, NOT queryable, and NOT editable.
movieInfo provides a mechanism for querying information about movi files.None
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-frameCount(-f) |
||||
|
||||
-width(-w) |
||||
|
||||
-height(-h) |
||||
|
||||
// On windows (AVI is only supported on windows, currently)
movieInfo -frameCount "C:/My Documents/myMovie.avi"
// Result: 24
movieInfo -width "C:/My Documents/myMovie.avi"
// Result: 1024