Skip to content

Releases: mysteryx93/FFmpeg.NET

FFmpeg.NET v1.1.2

27 Jul 00:08
Compare
Choose a tag to compare

Version 1.1.2 is ready!

What's new:

  • Last patch introduced a bug where media info wouldn't always be parsed, fixed
  • Added argument to Run method to specify whether to read Standard or Error output
  • Added MediaInfo.GetVersion method

>> Get it on NuGet

FFmpeg.NET v1.1.1

13 Jul 18:54
Compare
Choose a tag to compare

Version 1.1.1 is ready!

What's new:

  • Now read both Output and Error streams

Get it on NuGet

FFmpeg.NET v1.1

23 May 20:47
Compare
Choose a tag to compare

Version 1.1 is ready!

What's new:

  • Now targets .NET Standard and should work on any platform
  • Fixed and tweaked too many aspects to list -- overall it's a lot more mature

DLL Available in NuGet

Source code with sample available below.

FFmpeg.NET v1.0.1

19 Mar 03:50
Compare
Choose a tag to compare

What's new:

  • Moved time left calculation into TimeLeftCalculator class, and it is no longer called automatically by FFmpegProcess.
  • Time left calculation has been rewritten to reduce overhead.
  • FFmpegProgress has been renamed to FFmpegStatus to avoid confusion with FFmpegProcess

Initial Release

17 Mar 18:52
Compare
Choose a tag to compare

Initial release of FFmpeg.NET

DLL Available in NuGet

Source code with sample available below.