# Capture a Video

### Overview

The Mango Recorder’s Capture Video feature allows users to record their screen, camera, or both, providing flexibility for creating professional videos. Follow the steps below to make the most out of this tool.

***

### Capture Video

Navigate to the **Capture** dropdown menu and select **Capture Video**.&#x20;

<figure><img src="/files/jFpmH7C0XRMMdOH3UOGO" alt="" width="323"><figcaption></figcaption></figure>

***

#### **Select Recording Region**

This will bring up the **Recording Settings** configuration menu.

<figure><img src="/files/nDdLiihlZ13Hg5Y1Ameq" alt="" width="409"><figcaption></figcaption></figure>

Choose one of the following recording options:

* **Screen only:** Record only your screen.
* **Camera only:** Capture video from your camera.
* **Screen and Camera:** Record both your screen and camera simultaneously, with a camera bubble overlay (see details below).

Next, choose a predefined region layout or set a custom size. Options include:

* Full Screen
* Window
* 1024 x 768
* 1280 x 1024
* 1680 x 1050
* 1920 x 1080
* Custom size

Video Quality will default to 720p (1280×720 pixels) but can go up to 1080p HD. Actual quality depends on:

* Monitor/screen resolution
* Internet connection
* Webcam quality

***

#### **Adjust Recording Settings**&#x20;

Under the **Recording Settings** section configure your preferences for:

**Camera:**

* HD camera for a camera bubble.
* Profile image to display your MangoApps profile picture.
* None to omit the camera bubble.

<figure><img src="/files/WgVoUKSCezSvQhHz4Bns" alt="" width="563"><figcaption></figcaption></figure>

**Microphone:**

* Use the automatically detected microphone.
* Select "None" to record without audio.

**Video Resolution:** Choose a resolution based on your requirements.

{% hint style="info" %}
**Multi-Desktop Setup:** If you have multiple desktops, ensure you select the correct one for recording.
{% endhint %}

{% hint style="info" %}
For quick access to the video capture feature, use the designated hotkey.\
The default shortcut is **ALT + V** to start video capture.
{% endhint %}

***

### **Recording Process**

Click **Start Recording**.A countdown timer (3…2…1) will appear before the recording begins.

<figure><img src="/files/nl9ZXchCjooTJuHDpcp3" alt="" width="563"><figcaption></figcaption></figure>

**Control Panel:** A small control panel appears on the left edge of the screen with the following options:

* **Timer:** Displays elapsed time during recording.
* **Stop:** Ends the recording.
* **Restart:** Restarts the recording.
* **Pause:** Pauses the recording.
* **Resume:** Resumes paused recording.
* **Trash Icon:** Cancels and deletes the recording.

**Camera Bubble:**

* The camera bubble can be moved to any part of the screen during the recording.
* Options to display or hide the bubble are available in the camera settings.

***

Once the capture is completed, users will be navigated to the [Video Editing](https://guides.mangoapps.com/recorder-guide/capture/edit-a-video) screen.


---

# 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://guides.mangoapps.com/recorder-guide/capture/capture-a-video.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.
