NReco.VideoConverter 1.0.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NReco.VideoConverter --version 1.0.5
NuGet\Install-Package NReco.VideoConverter -Version 1.0.5
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="NReco.VideoConverter" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NReco.VideoConverter --version 1.0.5
#r "nuget: NReco.VideoConverter, 1.0.5"
#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 NReco.VideoConverter as a Cake Addin
#addin nuget:?package=NReco.VideoConverter&version=1.0.5

// Install NReco.VideoConverter as a Cake Tool
#tool nuget:?package=NReco.VideoConverter&version=1.0.5

Video converter component for C# (.NET) based on FFMpeg utility. Can be used for converting video, transcoding live streams, extracting video thumbnails.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

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.
Version Downloads Last updated
1.2.1 47,219 4/13/2023
1.2.0 33,965 1/18/2023
1.1.4 194,969 1/23/2020
1.1.3 225,551 6/12/2018
1.1.2 162,637 1/14/2017
1.1.1 95,144 7/4/2016
1.1.0 13,182 4/19/2016
1.0.8 47,209 9/25/2015
1.0.7 13,068 8/7/2015
1.0.6 7,181 5/14/2015
1.0.5 17,332 1/21/2015

v.1.0.5 changes: upgrade FFMpeg to v.2.5 (build Jan 21 2015), added correct handling of ConvertProgress event for ConcatMedia method, added ExecutionTimeout property (stop conversion process if the timeout expires; useful in some cases to prevent server overload)