FFME.Windows
3.4.220
See the version list below for details.
dotnet add package FFME.Windows --version 3.4.220
NuGet\Install-Package FFME.Windows -Version 3.4.220
<PackageReference Include="FFME.Windows" Version="3.4.220"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add FFME.Windows --version 3.4.220
#r "nuget: FFME.Windows, 3.4.220"
// Install FFME.Windows as a Cake Addin #addin nuget:?package=FFME.Windows&version=3.4.220 // Install FFME.Windows as a Cake Tool #tool nuget:?package=FFME.Windows&version=3.4.220
How to use FFME In order to use the FFME MediaElement control, you will need to setup a folder with FFmpeg binaries. Here are the steps:
- You can build your own FFmpeg or download a compatible build from the wonderful Zeranoe FFmpeg Builds site: (http://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-3.4.1-win32-shared.zip).
- Your FFmpeg build (see the bin folder) should have 3 exe files and 8 dll files. Copy all 11 files to a folder such as (c:\ffmpeg)
- Within you application's startup code (Main method), set Unosquare.FFME.MediaElement.FFmpegDirectory = "path to ffmpeg binaries from the previous step";.
- Use the FFME MediaElement control as any other WPF control! For example: In your MainForm.xaml, add the namespace: xmlns:ffme="clr-namespace:Unosquare.FFME;assembly=ffme.win" And then add the FFME control your window: <ffme:MediaElement x:Name="Media" Background="Gray" LoadedBehavior="Play" UnloadedBehavior="Manual" /> Top play files or streams, set the Source property: Media.Source = new Uri(@"c:\your-file-here");
Happy coding! Mario, Unosquare and the FFME contributors.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- FFmpeg.AutoGen (>= 3.4.0.5)
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 | 512 | 6/26/2024 |
7.0.360-beta.1 | 144 | 5/22/2024 |
4.4.350 | 30,721 | 6/5/2021 |
4.3.340 | 3,196 | 11/28/2020 |
4.2.330 | 13,265 | 12/28/2019 |
4.2.320 | 1,966 | 11/16/2019 |
4.1.310 | 7,639 | 7/1/2019 |
4.1.300 | 2,800 | 4/19/2019 |
4.1.290 | 959 | 3/31/2019 |
4.1.280 | 5,920 | 3/17/2019 |
4.0.270 | 8,144 | 9/24/2018 |
4.0.260 | 2,089 | 6/3/2018 |
4.0.250 | 1,710 | 5/20/2018 |
3.4.240 | 1,746 | 4/25/2018 |
3.4.230 | 2,322 | 3/29/2018 |
3.4.220 | 1,245 | 3/7/2018 |
3.4.210 | 1,171 | 2/19/2018 |
3.4.200 | 1,375 | 2/3/2018 |
3.4.0.2-rc1 | 878 | 2/1/2018 |
3.4.0.2-b9 | 894 | 1/18/2018 |
3.4.0.2-b7 | 998 | 1/8/2018 |
3.4.0.2-b6 | 1,159 | 12/14/2017 |
3.4.0.2-b5 | 887 | 12/12/2017 |
3.4.0.2-b4 | 887 | 12/12/2017 |
3.4.0.2-b3 | 918 | 12/11/2017 |
3.4.0.2-b2 | 810 | 12/11/2017 |
This is a release package of the Michelob build referencing bindings to FFmpeg version 3.4.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/3?closed=1