> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WanMoveConcatTrack - ComfyUI Built-in Node Documentation

> Complete documentation for the WanMoveConcatTrack node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/WanMoveConcatTrack/zh.md)

WanMoveConcatTrack 节点将两组运动跟踪数据合并为一个更长的序列。它通过沿各自维度连接输入轨迹的路径和可见性遮罩来实现。如果只提供了一个轨迹输入，它会直接将该数据原样传递。

## 输入参数

| 参数名        | 数据类型   | 必填 | 取值范围 | 描述                                        |
| ---------- | ------ | -- | ---- | ----------------------------------------- |
| `tracks_1` | TRACKS | 是  |      | 要连接的第一组运动跟踪数据。                            |
| `tracks_2` | TRACKS | 否  |      | 可选的第二组运动跟踪数据。如果未提供，则 `tracks_1` 将直接传递到输出。 |

## 输出结果

| 输出名称     | 数据类型   | 描述                                                        |
| -------- | ------ | --------------------------------------------------------- |
| `tracks` | TRACKS | 连接后的运动跟踪数据，包含来自输入的合并后的 `track_path` 和 `track_visibility`。 |
