---
title: "offsetClips"
canonical: "https://help.vicon.com/space/Shogun18/13668264/offsetClips"
format: markdown
---
# Description

Enables you to offset clips in time by a specified number of frames.

The offset is additive, that is, it will add the offset to the existing value of the clip's **Clip_Offset** attribute.

## Functional area

Data manipulators

# Command syntax

## Syntax

|  |
| --- |
| `offsetClips "offset timecode" ["clip" ...."clip"]` |

### Arguments

| **Name** | **Type** | **Required** | **Comments** |
| --- | --- | --- | --- |
| `offset timecode`  
`
` | integer | yes | The number of frames to offset the clip by |
| `clip` | string | no | The clip(s) to offset. May specify multiple clips by name or specify an array of clips. If no clips are specified, then the active clip is offset. |

### Flags

None

## Return value

void

## Examples

```plaintext
// Offset the active clip 50 frames back in time
offsetClips -50;
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [addLayer](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13669124)
- [addToClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668874)
- [copyClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668840)
- [cropClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668804)
- [deleteClipData](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668736)
- [flatten](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668718)
- [getActiveClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668710)
- [getActiveLayer](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668708)
- [getClips](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668396)
- [moveClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668974)
- [removeFromClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668232)
- [removeLayer](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668230)
- [resetClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668252)
- [selectClipObjects](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668041)
- [setActiveClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13667953)
- [setActiveLayer](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13667951)
- [tileClips](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668586)