> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/3.9.13/vehicle-spy-tutorials/tutorial-standalone-video-logging/tutorial-standalone-video-logging-part-3-extracting-the-video.md).

# Tutorial: Standalone Video Logging - Part 3 - Extracting the Video

### 1. Open the Extract/Export Tool

The Extract/Export tool can be opened by clicking on Tools (Figure 1![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/1.gif)) -> Extract/Export (Figure 1![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/2.gif)).

![Figure 1](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/FejGGcQXElit1U5WJo7C/VLPart3Img1.gif)

### 2. Set Up 'Extract' Settings

Under the Extract tab, click the 'Advanced Settings' button (Figure 2 ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/1.gif)).

![Figure 2](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/DWtsvofyXxonB8M1xyY3/VLPart3Img2.gif)

In the 'Advanced Settings' window, click on the 'Advanced' tab (Figure 3 ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/1.gif)), then make sure that the 'Generate Video from Extracted Images' box (Figure 3 ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/2.gif)) is checked. Push 'OK' when finished.

![Figure 3](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/iat2jJaIKfG3cAUDWtMg/VLPart3Img3.gif)

### 3. Extract and export data

Extract and export the data according to the needs of the project. For information on how to do this, refer to the [Standalone Logging tutorial](/vspy-3-documentation/3.9.13/vehicle-spy-tutorials/tutorial-simple-standalone-logging.md). Finally, click on 'View Output Directory' (Figure 4 ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/1.gif)) and open the folder containing the extracted data.

![Figure 4](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/qGnHJqbfuWDcOkkptjhc/VLPart3Img4.gif)

In the Extracted Data folder, click on Video, then on Cam\_X (X will be the number you assigned to 192.168.2.X), then on AVI. This is the final video from the logged video. From here, the video can be edited, saved, or whatever is required for the project.

![Figure 5](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/UmoW9tbldF1XLtR58jxb/VLPart3Img5.gif)


---

# 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://docs.intrepidcs.com/vspy-3-documentation/3.9.13/vehicle-spy-tutorials/tutorial-standalone-video-logging/tutorial-standalone-video-logging-part-3-extracting-the-video.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.
