This Node can be used to seek a particular point of a MediaObject. It has three different versions depending on the Seek Mode chosen. Find in the tabs below the documentation for all versions.
Overview
The Seek Media Node, with Seek Mode: Frame.
The Seek MediaNode with Seek Mode: Frame can be used to navigate to a particular point in a Video providing the corresponding timeframe as input.
Mode for seeking the MediaObject. In this case, Frame. Please note that the FrameSeek Mode only permits seeking Video Objects and it does not work for Audio Objects, for which one of the other Seek Modes has to be used.
Inputs
Input
Type
Description
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Object ID
ObjectID
ID of the VideoObject to be sought.
Frame Number
Int
Frame number to navigate to.
Outputs
Output
Type
Description
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Overview
The Seek Media Node, with Seek Mode: Percentage.
The Seek MediaNode with Seek Mode: Percentage can be used to navigate to a particular point in a Media Object providing the corresponding percentage as input. Media in Incari is either a Video or an Audio.
Mode for seeking the MediaObject. In this case, Percentage.
Inputs
Input
Type
Description
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Object ID
ObjectID
ID of the MediaObject to be sought.
Percentage
Float
Percentage of the Media Object to navigate to.
Outputs
Output
Type
Description
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Overview
The Seek Media Node, with Seek Mode: Seconds.
The Seek MediaNode with Seek Mode: Seconds can be used to navigate to a particular point in a Media Object providing the corresponding second as input. Media in Incari is either a Video or an Audio.