relink-footage
Set a footage item to use a different file on disk while keeping every composition layer intact. Identify the footage by unique item ID or name and supply the replacement file's path.
Instructions
Relink a footage item's source to a different file on disk, without touching how it's used in any composition (every layer using it keeps working, now pointing at the new file). Select the item by itemId (from list-project-items, unambiguous) or itemName (must match exactly one item).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | No | Project item id (from list-project-items). Preferred - unambiguous. | |
| newPath | Yes | Absolute path to the replacement file. | |
| itemName | No | Project item name, if itemId is omitted. Must match exactly one project item. |