FFME.Windows
4.1.290
See the version list below for details.
dotnet add package FFME.Windows --version 4.1.290
NuGet\Install-Package FFME.Windows -Version 4.1.290
<PackageReference Include="FFME.Windows" Version="4.1.290" />
paket add FFME.Windows --version 4.1.290
#r "nuget: FFME.Windows, 4.1.290"
// Install FFME.Windows as a Cake Addin #addin nuget:?package=FFME.Windows&version=4.1.290 // Install FFME.Windows as a Cake Tool #tool nuget:?package=FFME.Windows&version=4.1.290
Here is a quick guide on how to get started.
- Open Visual Studio (v2019 recommended), and create a new WPF Application. Target Framework must be 4.6.1 or above.
- Install the NuGet Package from your Package Manager Console:
PM> Install-Package FFME.Windows
- You need FFmpeg shared binaries (64 or 32 bit, depending on your app's target architecture). Build your own or download a compatible build from Zeranoe FFmpeg Builds site.
- Your FFmpeg build should have a
bin
folder with 3 exe files and some dll files. Copy all those files to a folder such asc:\ffmpeg
- Within you application's startup code (
Main
method), setUnosquare.FFME.Library.FFmpegDirectory = @"c:\ffmpeg";
. - Use the FFME
MediaElement
control as any other WPF control. For example: In yourMainForm.xaml
, add the namespace:xmlns:ffme="clr-namespace:Unosquare.FFME;assembly=ffme.win"
and then add the FFME control your window's XAML:<ffme:MediaElement x:Name="Media" Background="Gray" LoadedBehavior="Play" UnloadedBehavior="Manual" />
- To play files or streams, simply set the
Source
property:Media.Source = new Uri(@"c:\your-file-here");
. SinceSource
is a dependency property, it need to be set from the GUI thread.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.0
- FFmpeg.AutoGen (>= 4.1.0.2)
-
.NETFramework 4.6.1
- FFmpeg.AutoGen (>= 4.1.0.2)
-
.NETFramework 4.7.2
- FFmpeg.AutoGen (>= 4.1.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FFME.Windows:
Package | Downloads |
---|---|
ScreensPro.Controls
This package contains controls and converters for layouts to be consumed ScreensPro. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FFME.Windows:
Repository | Stars |
---|---|
Milkitic/Osu-Player
A multifunctional media player for osu and osuer. Modern interface with WPF.
|
|
AntonyCorbett/OnlyM
Simple Media Player (audio, video and images) for use in meetings.
|
Version | Downloads | Last updated |
---|---|---|
7.0.361-beta.1 | 566 | 6/26/2024 |
7.0.360-beta.1 | 152 | 5/22/2024 |
4.4.350 | 31,007 | 6/5/2021 |
4.3.340 | 3,209 | 11/28/2020 |
4.2.330 | 13,342 | 12/28/2019 |
4.2.320 | 1,976 | 11/16/2019 |
4.1.310 | 7,648 | 7/1/2019 |
4.1.300 | 2,816 | 4/19/2019 |
4.1.290 | 965 | 3/31/2019 |
4.1.280 | 5,945 | 3/17/2019 |
4.0.270 | 8,158 | 9/24/2018 |
4.0.260 | 2,096 | 6/3/2018 |
4.0.250 | 1,717 | 5/20/2018 |
3.4.240 | 1,756 | 4/25/2018 |
3.4.230 | 2,327 | 3/29/2018 |
3.4.220 | 1,250 | 3/7/2018 |
3.4.210 | 1,176 | 2/19/2018 |
3.4.200 | 1,380 | 2/3/2018 |
3.4.0.2-rc1 | 883 | 2/1/2018 |
3.4.0.2-b9 | 899 | 1/18/2018 |
3.4.0.2-b7 | 1,003 | 1/8/2018 |
3.4.0.2-b6 | 1,164 | 12/14/2017 |
3.4.0.2-b5 | 892 | 12/12/2017 |
3.4.0.2-b4 | 892 | 12/12/2017 |
3.4.0.2-b3 | 923 | 12/11/2017 |
3.4.0.2-b2 | 816 | 12/11/2017 |
This is a release package of the Michelob build referencing bindings to FFmpeg version 4.1.1
This package does not contain the required FFmpeg binaries. Please refer to the following URL for instructions on how to obtain the binaries: https://github.com/unosquare/ffmediaelement
Release details: https://github.com/unosquare/ffmediaelement/milestone/11?closed=1