FFmpeg.NET Versions Save

.NET wrapper for common ffmpeg tasks

v7.2.0

6 months ago

v5.0.1

3 years ago

v3.4.0

4 years ago

v3.3.3

5 years ago

BUGFIXES:

  • Fixes progress events not firing when using certain custom arguments (#12)

Thanks to @dm413 for this contribution <3

Install via nuget: https://www.nuget.org/packages/xFFmpeg.NET/3.3.3

v3.3.2

5 years ago

BUGFIXES:

  • Files longer than 24 hours returned a duration of 0 when retrieving meta data. (#13)

Thanks to @dm413 for this contribution <3

Install via nuget: https://www.nuget.org/packages/xFFmpeg.NET/3.3.2

v3.3.1

5 years ago

BUGFIXES:

  • OnError event was called twice when ffmpeg exits with an exitcode other than 0 (#14)
  • Cancelling async tasks kept ffmpeg executable running. Will now be gracefully terminated (#8)

Thanks to @dm413 for those contributions <3

Install via nuget: https://www.nuget.org/packages/xFFmpeg.NET/3.3.1

v3.0.0

5 years ago

Class Engine.FFmpeg is now in the namespace FFmpeg.NET and got renamed to Engine. This means existing Code needs to replace new Engine.FFmpeg("Path\To\ffmpeg") with new Engine("Path\To\ffmpeg")

v1.0.0.1

5 years ago