# Timeline Duration

The Timeline’s duration is determined by the Sequence’s duration. By **default, a Sequence has a duration of 2 hours**.&#x20;

{% hint style="info" %}
Every newly created Sequence will have this duration if the default value isn’t changed.
{% endhint %}

## Change the Default Value for Sequence Duration

1. Open the Settings module by pressing <kbd>**`Alt`**</kbd>**+**<kbd>**`S`**</kbd> or by selecting **{System > Settings}**.
2. Click on the **`General`** tab.
3. Select **`Timeline`** in the list.
4. **`Click`** on the Sequence time input box located underneath the Timeline window section to edit its default value.
5. **Enter the new default values** for Sequence duration using the keyboard. Values are expressed as follows: *hours:minutes:seconds:frames*.

![](/files/-MZP4pyukZ_thAG-hVE6)

## Change the Duration of a Sequence

1. **`Right-click`** on the Sequence tab to open a contextual menu.
2. Select **{Properties}** from the menu; a Sequence Properties window will open.

![](/files/-MZP4pyvwIf5xAVKdYNn)

3. **`Click`** on the Duration time slider to edit its default value.
4. **Enter the new default values** for Sequence duration using the keyboard. Values are expressed as follows: *hours:minutes:seconds:frames.*
5. Click on the **`OK`** button. The Timeline will be extended or reduced to match the Sequence’s duration.
6. A dialog box will open to tell you if some Clips are out of range now that the Sequence duration has been altered.&#x20;

{% hint style="info" %}
This is non-destructive; if the Timeline’s duration is returned to its original format the Clips will be reintegrated.
{% endhint %}

![](/files/-MZP4pywzUEHXqyAn-6R)

{% hint style="info" %}
30 hours is the maximum duration for a Sequence because this is the maximum value for Timecode data.&#x20;

1 second and 1 frame (00:00:01:01) is the minimum duration for a Sequence.
{% endhint %}


---

# 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://docs.tachyon.video/user-guide/4.-programming-a-show/timeline-editor/timeline-duration.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.
