User Manual

Table Of Contents
Basic Node Setup
The Set Timecode node embeds new timecode metadata into the background input (orange).
The output is the background input with updated timecode.
A Set Timecode node inserts new timecode metadata into the background clip
Inspector
Controls Tab
The Controls tab sets the clip’s starting timecode metadata based on FPS, hours, minutes,
seconds, and frames.
FPS
You can choose from a variety of settings for frames per second.
Since this is a Fuse, you can easily adapt the settings to your needs by editing the appropriate
piece of code for the buttons:
MBTNC_StretchToFit = true,
{ MBTNC_AddButton = “24“ },
{ MBTNC_AddButton = “25“ },
{ MBTNC_AddButton = “30“ },
{ MBTNC_AddButton = “48“ },
{ MBTNC_AddButton = “50“ },
{ MBTNC_AddButton = “60“ },
})
as well as for the actual values:
local rates = { 24, 25, 30, 48, 50, 60 }
Hours/Minutes/Seconds/Frames Sliders
Define an offset from the starting frame of the current comp.
Chapter – 99 Metadata Nodes 2200