dbnetsoft
ScreensPro
ScreensPro
  • Projects & Configs
    • Visual Studio Projects
  • Layouts
    • Converters
      • Visibility Converter
  • Sources
    • Example
  • Custom Controls
    • VideoElement
    • VideoElement2
    • StopwatchElement
    • Stopwatch2Element
    • ImageElement
Powered by GitBook
On this page
  • Setup
  • Properties
  1. Custom Controls

VideoElement2

PreviousVideoElementNextStopwatchElement

Last updated 1 year ago

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

Setup

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

  1. Download version 4.x of FFMPEG shared libraries from .

  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:

Properties

Name
Type
Description

Filename

String

Either full path to a video or relative filename towards the current XAML layout

Source

String

Must be absolute path to a video (better use Filename)

Github
Direct Download Link