# Camera Sequencer

The Camera Sequencer is a simple linear editor allowing you to cut between any of the cameras in the scene onto a Master track. This track can then be rendered and exported to video.

The Camera Sequencer does not support clips from other scenes or allow clips to overlap in time. However the timeline does not have to be full: any gaps will not be rendered, allowing dead time to be skipped.

For more sophisticated editing, export the video and import to your preferred non-linear editor of choice (e.g., Adobe Premiere, Final Cut, DaVinci Resolve, et al.)

The Camera Sequencer is available from the desktop.

The left hand column shows a list of thumbnails for all available cameras. Click on one of the cameras to see it in the central monitor.

### Cutting between cameras <a href="#ci5ol683wfim" id="ci5ol683wfim"></a>

Press the **Cut** button to create a clip on the timeline for current camera.

You can drag the clip along the timeline. You can also grab either end of the clip to trim the in and out points in time for that clip.

At the left end of the timeline is a thumbnail which shows the current master output. You can click on it to show the master in the central monitor.

### Exporting the master track <a href="#id-3ggvbcwpyggc" id="id-3ggvbcwpyggc"></a>

Press the **Export** button to export the video as a sequence of frames (to avoid temporal compression artefacts).

The video is placed in a folder in \<User>/Videos/\<Scene>\<Date>


---

# 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.moviestorm.co.uk/firststage/camerawork/camera-sequencer.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.
