NReco.VideoConverter 1.1.4

NReco.VideoConverter (FFMpeg wrapper)

Website (release notes, examples etc): https://www.nrecosite.com/video_converter_net.aspx API documentation: https://www.nrecosite.com/doc/NReco.VideoConverter/ Nuget package: https://www.nuget.org/packages/NReco.VideoConverter/

License

VideoConverter can be used for FREE in single-deployment projects (websites, intranet/extranet) or applications for company's internal business purposes (redistributed only internally inside the company). Commercial license (included into enterprise source code pack) is required for:

  1. Applications for external redistribution (ISV)
  2. SaaS deployments

How to use

var ffMpeg = new NReco.VideoConverter.FFMpegConverter(); ffMpeg.ConvertMedia("input.mov", "output.mp4", Format.mp4);

No packages depend on NReco.VideoConverter.

For .NET Core use a wrapper-only build (without ffmpeg.exe, it should be deployed separately): https://www.nuget.org/packages/NReco.VideoConverter.LT/

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

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)

This package has no dependencies.

Version Downloads Last updated
1.1.4 8 2020/7/30