Normalized Position
Media
Normalized Position is a ProtoFlux node that returns an IPlayable's playback head position from 0 to 1. Which can be multiplied by the clip length to get seconds.
Inputs
Source (IPlayable)
The clip to check the current position on.
Outputs
* (float)
The current playback head position of the provided Source (IPlayable) from 0 to 1. Which can be multiplied by the clip length to get seconds.
Examples
-
Normalized Position node being used along side a bunch of other basic information about a clip.