# Clip

## Position, Scale, Rotation, Anchor Point, Anti-flicker Filter, Opacity, Volume

![](/files/jvj9nxj70gHQt0IoSQxo)

### Set value

Replaces existing value with a new one. If property has stopwatch enabled, linear keyframe will be created.

### Add value

Adds, subtracts, multiplies, divides or takes percentage from existing value. If property has stopwatch enabled, linear keyframe will be created.

| Operation | Symbol      |
| --------- | ----------- |
| Add       | + (or none) |
| Subtract  | -           |
| Multiply  | \*          |
| Divide    | /           |
| Percent   | %           |

{% hint style="info" %}
Create two User Commands for scale, using **add value** setting:\
`scale_up: +5`  \
`scale_down: -5`\
Assign keyboard for each command. Now it is possible to control clip scale with a keyboard.

Same is useful for position, rotation and other properties.
{% endhint %}

### Add/Delete keyframe

Works the same way as in After Effects.\
If there is no keyframe at playhead position, it will be created.\
If a stopwatch is inactive, it will be activated, and a keyframe will be created.

If keyframe exists at playhead, it will be deleted.\
If no keyframes left, a stopwatch will be deactivated.

## Blend Mode

Changes blend mode of selected clips.

![](/files/-MO2VPAgaogMxEqjIdaX)

## Speed

* **Change Speed** — duration is not affected
* **Change Speed and Duration** — duration is linked to speed change
* **Change Speed and Duration**, **Ripple Edit** — trailing clips will shift, left or right depending on duration change

![](/files/ITUUqCxMzwpMsQEZJ1Zn)

## Duration

Changes duration of selected clip, without affecting its speed.

### Ripple Edit OFF

![](/files/-MO2VVE21vOt5JcygUKR)

### Ripple Edit ON

To keep the clips following the changing clips next to them.

![](/files/-MO2VYPymtDvEc6JMq8Y)

## Reverse

Reverses clip

![](/files/-MO2VbBh2owMA2FwFgEM)

## Rename

Renames clip.\
If multiple clips are selected, all clips will get same name.

![](/files/-MO2Vdf8Aoxsae_C5r4n)

## Fill Frame

Scales clip, so it fills frame.

![](/files/-MO2VgA849znbLEJoOq3)

## Label

Change label of selected clips. List shows label colors and names, that were set in Premiere Pro preferences.

![](/files/-MW8TeJPFUWZJke_G09O)

## Paste Clip

Pastes clips from clipboard to specified track.

### On the same track

![](/files/-MO2VjzaKU_tlNfTpasT)

### On the highest enabled track

![](/files/-MO2VmWppCPqW_1VjflY)

### On the lowest enabled track

![](/files/-MO2VotwohY-ou9711lA)

{% hint style="warning" %}
In Premiere Pro CC 2019, "Paste Clip" command works only with clips that were copied in clipboard. Cut clips will be ignored.
{% endhint %}

## Nest Clips

Creates nested sequence from selected clips and moves it to "Nested Clips" bin.

By default nested sequence named:\
`ParentSequenceName_nest_counter`

### Premiere Pro nest

Uses native nest command.

![](/files/-MW8TxfM0DFMGk7cydYB)

### Excalibur nest

API method to nest clips. Allows to nest audio clips.

![](/files/-MO2Vrpm_iASh1M5trHn)

## Nest Individual Clips

Creates nested sequences from **each** selected clip and moves it to "Nested Clips" bin. Linked clips will be nested together.

By default nested sequences named:\
`ParentSequenceName_ClipName_nest_counter`

### Premiere Pro nest

Uses native nest command.

![](/files/-MW8U3bH_zge6kfHcEBZ)

### Excalibur nest

API method to nest clips. Allows to nest audio clips.

![](/files/-MO2Vv1LBPqTD7rvdJMu)

## Trim In/Out Point to Playhead

Trims In/Out Point of selected clips to Playhead.

![](/files/-MO2VyB0_m5h54X1SW79)

If there is already another clip at playhead position, trim will be performed to End/Start of this clip.

![](/files/-MO2W-nTkRa_4vME3gBW)

{% hint style="warning" %}
**UI bug**: after performing command some selected clips might look like they are not selected.
{% endhint %}

## Move Clip Start/End to Playhead

Moves clips Start/End to Playhead.

![](/files/-MO2W4BiCaHFK85UGSNu)

If there is already another clip at playhead position, move will be performed to End/Start of this clip.

![](/files/-MO2W77CKqy6sTE5Jkf2)

## Remove Transitions

Removes transitions from selected clips or whole sequence

### From Selected Clips

![](/files/-MO2WB0uIc3z9P7ZEi8I)

### From Sequence (all transitions)

![](/files/-MO2WE5XcmAT5UGrSsy4)

## **Show Clip Keyframes**

Simulates right click on a clip and clicks on a selected menu.

How to use:\
Place coursor on top of a video clip (**don’t move it after that**), call up Excalibur search bar and select menu item needed.\
It is advised to create User command and assign shortcut to it.

![](/files/-MW8UL5IRCS7JRK70Ur2)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manuscript.knightsoftheeditingtable.com/extensions/excalibur/commands/clip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
