# VideoElement2

This control uses FFMPEG as render component and can therefore render many codecs found in virtualy any video.&#x20;

## Setup

For this to work, you need to do the following steps once:

1. Download version 4.x of FFMPEG shared libraries from [Github](https://github.com/BtbN/FFmpeg-Builds/releases?q=\&expanded=true).\
   [Direct Download Link](https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-03-11-12-57/ffmpeg-n5.1.4-6-g9bf90b1260-win64-lgpl-shared-5.1.zip)
2. Extract only the `bin` folder to a location on your disk, e.g. c:\ffmpeg
3. In ScreensPro Server enter the path in File - Settings - RenderManager - FfmpegPath:<br>

   <figure><img src="/files/cE6M1yRgfSVtJ7pgCHvr" alt="" width="375"><figcaption></figcaption></figure>

## Properties

<table data-full-width="true"><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>Filename</code></td><td>String</td><td>Either full path to a video or relative filename towards the current XAML layout</td></tr><tr><td><code>Source</code></td><td>String</td><td>Must be absolute path to a video (better use Filename)</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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.dbnetsoft.com/dbnetsoft/screenspro/controls/videoelement2.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.
