# Exporting video

Starting in MuseScore Studio 4.7, it’s now possible to export scores as videos that include notation synchronized to audio playback.

{% hint style="info" %}
To enable video export in MuseScore Studio, you must first [install FFmpeg](/video/installing-ffmpeg.md).
{% endhint %}

To export a video of the current score:

1. Go to **File -> Export...**
2. In the **Format** dropdown, choose **MP4 video**.

MuseScore tries to locate FFmpeg’s software libraries automatically. If it can’t find them, the dialog shows options to download FFmpeg or locate it manually, and the **Export** button is disabled.

<figure><img src="/files/JSJLQUOfw8VpBdHpbIBN" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you just [installed FFmpeg](/video/installing-ffmpeg.md) and it’s not detected, restart MuseScore and go to **File -> Export** again. You should only have to locate FFmpeg manually if you installed it via a non-recommended method.
{% endhint %}

Once a suitable FFmpeg version is found, you should see actual video settings, including the **sample rate** and **bit depth** for its audio track.

<figure><img src="/files/jqZ7QVJHGT9JMjwqS0Tx" alt=""><figcaption></figcaption></figure>

By default, videos use the same layout you see in MuseScore’s **Page view**, but the option **Reflow to fit video resolution** uses a new layout optimized for the video’s horizontal aspect ratio.


---

# 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://handbook.musescore.org/video/exporting-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.
