VOOZH about

URL: https://www.nuget.org/packages/NReco.VideoConverter/

⇱ NuGet Gallery | NReco.VideoConverter 1.2.1




👁 Image
NReco.VideoConverter 1.2.1

Prefix Reserved
dotnet add package NReco.VideoConverter --version 1.2.1
 
 
NuGet\Install-Package NReco.VideoConverter -Version 1.2.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="NReco.VideoConverter" Version="1.2.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NReco.VideoConverter" Version="1.2.1" />
 
Directory.Packages.props
<PackageReference Include="NReco.VideoConverter" />
 
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 NReco.VideoConverter --version 1.2.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NReco.VideoConverter, 1.2.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.
#:package NReco.VideoConverter@1.2.1
 
 
#: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=NReco.VideoConverter&version=1.2.1
 
Install as a Cake Addin
#tool nuget:?package=NReco.VideoConverter&version=1.2.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Video converter component for C#/.NET (wrapper for ffmpeg command line tool). Can convert video/audio files, transcode live streams, extract video thumbnails, apply watermarks to video, screen capture etc - everything that is possible with ffmpeg from the command line. Supports .NET streams for input/output (encode/decode without tmp files).

NReco.VideoConverter nuget can be used for free in non-SaaS apps that have only one single-server production deployment. This nuget package includes ffmpeg.exe (it is extracted on the first use automatically - you don't need to deploy ffmpeg separately) and therefore can be used only on Windows. For cross-platform deployments NReco.VideoConverter.LT nuget should be used instead.

How to use:

var ffmpeg = new NReco.VideoConverter.FFMpegConverter();
ffmpeg.ConvertMedia("input.avi",null,"output.mp4",null,new ConvertSettings());

More info (VideoConverter online demo, examples): https://www.nrecosite.com/video_converter_net.aspx

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

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NReco.VideoConverter:

Package Downloads
DYKJ.Framework

DYKJ.Framework

TuanZi.Hosting.Api

RESTful endpoints, auth, permissions, admin APIs, messaging, standard responses, middleware, Swagger docs, and versioning

OnTube

A library that provides an interface to easily convert YouTube videos to audio files and download them with any resolution.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on NReco.VideoConverter:

Repository Stars
steponteam/FaceRecognization
A C# wrapper of arcsoft's face recogization library.
microsoft/ai-powered-notes-winui3-sample
Version Downloads Last Updated
1.2.1 260,444 4/13/2023
1.2.0 51,477 1/18/2023
1.1.4 265,150 1/23/2020
1.1.3 288,041 6/12/2018
1.1.2 205,183 1/14/2017
1.1.1 145,297 7/4/2016
1.1.0 16,285 4/19/2016
1.0.8 56,516 9/25/2015
1.0.7 15,118 8/7/2015
1.0.6 9,511 5/14/2015
1.0.5 24,634 1/21/2015

More info (online demo, usage examples): https://www.nrecosite.com/video_converter_net.aspx

v.1.2.1 changes:
- fixed issue that can occur when "Stop" method is called (NullReferenceException at AsyncStreamReader.WaitUtilEOF)

v.1.2.0 changes:
- added netstandard2.0 build: now NReco.VideoConverter nuget (includes ffmpeg.exe) can be used in NET6/NET7/.NET Core apps with free offering! (Windows deployments only)
- ffmpeg.exe updated to the latest stable release 5.1.2 (x64 "essentials" build from https://www.gyan.dev/ffmpeg/builds/)
- now relative paths (both for input/output) are resolved in respect to the current working directory, not to ffmpeg location (FFMpegToolPath)
- fixed an issue when FFMpegException didn't reflect the last error line from ffmpeg console log output

v.1.1.4 changes:
- FFMpeg updated to v.4.2.1
- added GetVideoThumbnail overloads that accept ConvertSettings (to pass any custom ffmpeg options)
- fixed (rare) InvalidOperationException issue related to cleanup of FFMpeg Process
- fixed issue with FFMpegInput.Format in ConvertMedia overload that accepts FFMpegInput[]

v.1.1.3 changes:
- FFMpeg updated to v.4.0 (note: Win XP/Server 2003 no longer supported)

v.1.1.2 changes:
- FFMpeg updated to v.3.2.2
- ConvertLiveMediaTask.Stop uses only 'q' command if possible (CTRL+C method not used because of instability)
- Fixed IOException issue thrown by ConvertLiveMedia
- added FFMpegConverter.LogLevel property
- added FFMpegConverter.ExtractFFmpeg() method (forces extraction of ffmpeg binaries)

v.1.1.1 changes:
- FFMpegConverter.Stop switched from sending CTRL+C to ffmpeg console to 'q' command written to stdin: this approach is more stable and compatible with .NET Core
- Fixed issue with NullReferenceException from Process.WaitForExit (thrown when Stop method is called from another thread)
- added NReco.VideoConverter.LT build for NET Standards 1.5 (can be used from .NET Core apps)