> For the complete documentation index, see [llms.txt](https://learn.tvori.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.tvori.co/montage.md).

# Montage

With montage option in Timeline tool you can easily rearrange the video cuts from different cameras and playviews into the right order. Crop and set the duration of each clip to make your video perfect! Export the sequence as a 2D video.

Available only in [Pro](https://tvori.co/features)

{% embed url="<https://youtu.be/E_dNQUcCY8o>" %}

### Arrange

Switch setup between cameras & viewers with special pointers.

![](/files/-MMSLeGICy6gURPaydU-)

{% embed url="<https://youtu.be/lJsJhUNJQtE>" %}

### 'End-logic' modes

You can edit [cameras](/scene-tools/camera.md) & [viewers](/scene-tools/viewpoint.md) from the [timeline](/tools/timeline.md#target-cameras-and-viewers) by choosing what to do at the end of a time scope of each camera or viewer—loop, select next in the queue or stop.

![](/files/-MMSLmlz4m156eoJ9dO_)

{% embed url="<https://youtu.be/nfR9h-6RGo0>" %}

### Export the sequence

Rearrange the cameras' icons and set its playback area on timeline, set its mode as "Play Next". For the last camera, you should set the third mode "Pause". To export the entire video sequence, select the first camera and go to the export panel, then to the video section, configure the settings and click the export button.

{% embed url="<https://youtu.be/Wn5CS_3OVQs>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.tvori.co/montage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
