# Combining Multiple Video files

**Step 1:** Open the Project Dashboard \
Click on the project card of the project you want to work with\
\
**Step 2:** Open the file browser\
Click upload media, this will open the file management system in a new tab.

**Step 3:** Upload your folder of videos \
Click on the upload button in the top right corne of the filebrowser and upload your folder of videos.&#x20;

**Step 3:** Combine your videos \
Go back to the project dashboard using the browser tabs, scroll down to the panel named 'DS Workbench' and click on the Jupyter card. This will open the jupyter server in a new tab. \
\
![](/files/iHRtBTzuqUIWPhKKxpji)

Open the template named : Concatenate\_videos.ipynb&#x20;

Enter the name of your folder videos in the following parameter :&#x20;

**`input_folder_path`**` ``=`` `<mark style="color:purple;">`'/workspace/raw_data/(your folder's name here)'`</mark>&#x20;

Use the play button to run the different cells in the notebook. Once the notebook is done running, open the file browser where you uploaded your data. You will find a new file called **merge\_vid**. drag that video to **add\_to\_annotator** folder to ingest it and make it ready for annotation.


---

# 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.lodestar.ai/jupyter-notebooks/jupyter-templates/combining-multiple-video-files.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.
