NReco.VideoConverter
1.0.8
Prefix Reserved
See the version list below for details.
dotnet add package NReco.VideoConverter --version 1.0.8
NuGet\Install-Package NReco.VideoConverter -Version 1.0.8
<PackageReference Include="NReco.VideoConverter" Version="1.0.8" />
paket add NReco.VideoConverter --version 1.0.8
#r "nuget: NReco.VideoConverter, 1.0.8"
// Install NReco.VideoConverter as a Cake Addin #addin nuget:?package=NReco.VideoConverter&version=1.0.8 // Install NReco.VideoConverter as a Cake Tool #tool nuget:?package=NReco.VideoConverter&version=1.0.8
Video converter component for C# (.NET) based on FFMpeg utility. Can be used for converting video, transcoding live streams, extracting video thumbnails.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NReco.VideoConverter:
Package | Downloads |
---|---|
TuanZi.Hosting.Api
TuanZi Framework Non-Business WebAPI Implementation, encapsulates WebAPI implementation for non-business modules such as authentication, permissions, system, messages, etc. |
|
OnTube
A library that provides an interface to easily convert YouTube videos to audio files and download them with any resolution. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NReco.VideoConverter:
Repository | Stars |
---|---|
steponteam/FaceRecognization
A C# wrapper of arcsoft's face recogization library.
|
v.1.0.8 changes:
- fixed issue with FFMpegConverter.Stop (FreeConsole leads to WinForms/WPF app crash)
- added FFMpegProcessUser for running ffmpeg.exe under specified user
- fixed issue: FFMpegProcessPriority ignored for ConvertLiveMedia
- now NReco.VideoConverter is signed (strongly named) assembly
v.1.0.7 changes:
- FFMpeg updated to v.2.7 release (Jun 12 2015)
- fixed null references exception when FFMpegConverter.Stop is called (non-console apps)