SIPSorceryMedia.FFmpeg 1.4.1

dotnet add package SIPSorceryMedia.FFmpeg --version 1.4.1
NuGet\Install-Package SIPSorceryMedia.FFmpeg -Version 1.4.1
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="1.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIPSorceryMedia.FFmpeg --version 1.4.1
#r "nuget: SIPSorceryMedia.FFmpeg, 1.4.1"
#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.
// Install SIPSorceryMedia.FFmpeg as a Cake Addin
#addin nuget:?package=SIPSorceryMedia.FFmpeg&version=1.4.1

// Install SIPSorceryMedia.FFmpeg as a Cake Tool
#tool nuget:?package=SIPSorceryMedia.FFmpeg&version=1.4.1

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. 
.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

This package is not used by any NuGet packages.

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
1.4.1 3,158 1/14/2024
1.4.0 530 1/14/2024
1.3.0-pre 73 1/14/2024
1.2.1 7,886 7/1/2022
1.2.0 475 6/27/2022
1.1.1 501 6/9/2022
1.1.0 2,550 5/4/2022
1.0.0 663 4/6/2022
0.0.18-pre 497 2/11/2022
0.0.12-pre 332 12/29/2021
0.0.10-pre 6,764 12/27/2020
0.0.9-pre 373 12/26/2020
0.0.8-pre 400 12/22/2020
0.0.7-pre 429 12/17/2020
0.0.6-pre 859 10/20/2020
0.0.5-pre 391 10/12/2020
0.0.4-pre 494 9/21/2020
0.0.3-pre 353 9/20/2020
0.0.2-pre 349 9/20/2020
0.0.1-pre 400 9/16/2020

-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.