ジャンプ先: 概要. 戻り値. キーワード. 関連. フラグ. MEL 例.
movieInfo [-counter] [-dropFrame] [-frameCount] [-frameDuration] [-height] [-movieTexture] [-negTimesOK] [-numFrames] [-quickTime] [-timeCode] [-timeCodeTrack] [-timeScale] [-twentyFourHourMax] [-width] string
movieInfo は、取り消し不可能、照会不可能、および 編集不可能 です。
movieInfo はムービー ファイルに関する情報を照会するメカニズムを提供します。なし
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-frameCount(-f)
|
|
|||
|
||||
-width(-w)
|
|
|||
|
||||
-height(-h)
|
|
|||
|
||||
-quickTime(-qt)
|
|
|||
|
||||
-timeCodeTrack(-tt)
|
|
|||
|
||||
-dropFrame(-df)
|
|
|||
|
||||
-twentyFourHourMax(-tf)
|
|
|||
|
||||
-negTimesOK(-nt)
|
|
|||
|
||||
-counter(-cn)
|
|
|||
|
||||
-timeScale(-ts)
|
|
|||
|
||||
-frameDuration(-fd)
|
|
|||
|
||||
-numFrames(-nf)
|
|
|||
|
||||
-timeCode(-tc)
|
|
|||
|
||||
-movieTexture(-mt)
|
|
|||
|
フラグはコマンドの作成モードで表示できます | フラグはコマンドの編集モードで表示できます |
フラグはコマンドの照会モードで表示できます | コマンド内でフラグを複数回使用できます。 |
// 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