SIPSorceryMedia.FFmpeg 8.0.12

dotnet add package SIPSorceryMedia.FFmpeg --version 8.0.12
                    
NuGet\Install-Package SIPSorceryMedia.FFmpeg -Version 8.0.12
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SIPSorceryMedia.FFmpeg" Version="8.0.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIPSorceryMedia.FFmpeg" Version="8.0.12" />
                    
Directory.Packages.props
<PackageReference Include="SIPSorceryMedia.FFmpeg" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SIPSorceryMedia.FFmpeg --version 8.0.12
                    
#r "nuget: SIPSorceryMedia.FFmpeg, 8.0.12"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SIPSorceryMedia.FFmpeg@8.0.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SIPSorceryMedia.FFmpeg&version=8.0.12
                    
Install as a Cake Addin
#tool nuget:?package=SIPSorceryMedia.FFmpeg&version=8.0.12
                    
Install as a Cake Tool

Provides FFmpeg based audio and video media end points that can be used with the SIPSorcery real-time communications library.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SIPSorceryMedia.FFmpeg:

Package Downloads
SipLib.Video.Windows

A .NET class library for handling video on a Windows PC for use with the SipLib class library

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SIPSorceryMedia.FFmpeg:

Repository Stars
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
Version Downloads Last Updated
8.0.12 12,207 6/16/2025
8.0.10 9,178 3/9/2025
8.0.8 2,475 1/11/2025
8.0.7 2,390 1/4/2025
1.4.2 2,848 9/24/2024
1.4.1 8,137 1/14/2024
1.4.0 2,625 1/14/2024
1.3.0-pre 207 1/14/2024
1.2.1 23,172 7/1/2022
1.2.0 711 6/27/2022
1.1.1 911 6/9/2022
1.1.0 2,889 5/4/2022
1.0.0 1,023 4/6/2022
0.0.18-pre 765 2/11/2022
0.0.12-pre 635 12/29/2021
0.0.10-pre 7,722 12/27/2020
0.0.9-pre 630 12/26/2020
0.0.8-pre 693 12/22/2020
0.0.7-pre 715 12/17/2020
0.0.6-pre 1,120 10/20/2020
0.0.5-pre 638 10/12/2020
0.0.4-pre 809 9/21/2020
0.0.3-pre 597 9/20/2020
0.0.2-pre 572 9/20/2020
0.0.1-pre 675 9/16/2020

-v8.0.12: Updated to latest abstractions package.
-v8.0.10: H265 and MJPEG support. RTCP feedback improvements.
-v8.0.8: Bug fixes, including segfault fix, for FFmpeg file source.
-v8.0.7: Updated to latest abstractions package.
-v1.4.2: Update to FFmpeg.AutoGen v7.0.0.
-v1.4.1: Bump SIPSorceryMedia.Abstractions to 1.2.1.
-v1.4.0: Stable release.
-v1.3.0-pre: Removed FFmpeg binaries from nuget package. On Windows use winget to obtain FFmpeg.
-v1.1.0: Enhance Audio Source encoding. Audio Codecs tested: PCMU (G711), PCMA (G711), G722, G729 and Opus
-v1.0.0: Use SIPSorceryMedia.Abstractions v1.2.0. Add Camera and Monitor detection on MacOs
-v0.0.18-pre: More great work and features from @ChristopheI. Netstandard2.0 target added.
-v0.0.12-pre: New features from @ChristopheI, including camera and microphone sources.
-v0.0.11-pre: Changed target framework from netcoreapp3.1 to netstandard2.1 for wider platform support.
-v0.0.10-pre: Updated to use latest abstractons package with change to IAudioEncoder and IVideoEncoder interfaces.
-v0.0.9-pre: Updated to use latest abstractions nuget package and video format parameter on IVideoSink.GotVideoFrame.
-v0.0.8-pre: Fixed the video decoder to return BGR instead of RGB.
-v0.0.7-pre: Updated the video encoder class to support the IVideoEncoder interface.
-v0.0.6-pre: Updated to use latest abstractions nuget package.
-v0.0.5-pre: Use pixel conversion class from abstractions package.
-v0.0.4-pre: Added codec manager support to FFmpegVideoEndPoint.
-v0.0.3-pre: Fixed bugs passing frames between file source decoder and video encoder.
-v0.0.2-pre: Added file based source.
-v0.0.1-pre: Initial release.