Skip to content

Releases: cmxl/FFmpeg.NET

v7.4.0

Choose a tag to compare

@cmxl cmxl released this 28 Mar 12:35
aeba3fb

Full Changelog: v7.3.0...v7.4.0

v7.3.0

Choose a tag to compare

@cmxl cmxl released this 26 Mar 20:27
09ea479

Full Changelog: v7.2.0...v7.3.0

v7.2.0

Choose a tag to compare

@cmxl cmxl released this 26 Oct 20:29
16fe394
update test frameworks

v5.0.1

Choose a tag to compare

@cmxl cmxl released this 12 Mar 11:51
add travis yml. replace obsolete nuget parameters

v3.4.0

Choose a tag to compare

@cmxl cmxl released this 15 Nov 21:08
e43fbf1
increase version

v3.3.3

Choose a tag to compare

@cmxl cmxl released this 01 May 09:24

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

Choose a tag to compare

@cmxl cmxl released this 30 Apr 17:23

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

Choose a tag to compare

@cmxl cmxl released this 28 Apr 18:48

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

Choose a tag to compare

@cmxl cmxl released this 20 Nov 13:16

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

Choose a tag to compare

@cmxl cmxl released this 26 May 23:08
Update issue templates