Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The WanMoveConcatTrack node combines two sets of motion tracking data into a single, longer sequence. It works by joining the track paths and visibility masks from the input tracks along their respective dimensions. If only one track input is provided, it simply passes that data through unchanged.

Inputs

ParameterData TypeRequiredRangeDescription
tracks_1TRACKSYesThe first set of motion tracking data to be concatenated.
tracks_2TRACKSNoAn optional second set of motion tracking data. If not provided, tracks_1 is passed directly to the output.

Outputs

Output NameData TypeDescription
tracksTRACKSThe concatenated motion tracking data, containing the combined track_path and track_visibility from the inputs.