Class nas.Frm2FCT
Defined in: nas_common.js.
Constructor Attributes | Constructor Name and Description |
---|---|
nas.Frm2FCT(frames, type, ostF, fpsC)
カウンタ文字列生成
ドロップ対応版 2010/11/04
SMPTE ドロップ30対応 2010/11/05
モード指定 type6
30DF 60DF のみをサポートの予定 どちらのモードも0オリジン
指定モードとしてtype6(30df)/7(60df)を与える
type7は30DF互換なので30DFと同じタイミングで4フレームドロップカウントする
|
Field Attributes | Field Name and Description |
---|---|
<inner> |
負数は24hの補数化して解決
|
<inner> |
mを10分単位でクリップすると計算が単純化される
|
<inner> |
通常のTCを作成
|
Class Detail
nas.Frm2FCT(frames, type, ostF, fpsC)
カウンタ文字列生成
ドロップ対応版 2010/11/04
SMPTE ドロップ30対応 2010/11/05
モード指定 type6
30DF 60DF のみをサポートの予定 どちらのモードも0オリジン
指定モードとしてtype6(30df)/7(60df)を与える
type7は30DF互換なので30DFと同じタイミングで4フレームドロップカウントする
- Parameters:
- frames
- Int /time value
- type
- Int 0 - 7/TC type
- ostF
- Int or bool/count origination
- fpsC
- Number or Object nas.Framerate/ framerate of value
- Returns:
- {*}
Field Detail
<inner>
FR
負数は24hの補数化して解決
<inner>
fRh
mを10分単位でクリップすると計算が単純化される
<inner>
negative_flag
通常のTCを作成