# 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="https://2559612140-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrJ4OFsK3ODNU79IRd1WF%2Fuploads%2FpDRMzHrGCMNYlqMGMsoi%2Fimage.png?alt=media&#x26;token=c360d127-56a9-4440-aa1e-157c740779d3" 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>
