Skip to content

Releases: cmxl/FFmpeg.NET

v7.2.0

26 Oct 20:29
16fe394
Compare
Choose a tag to compare
update test frameworks

v5.0.1

12 Mar 11:51
Compare
Choose a tag to compare
add travis yml. replace obsolete nuget parameters

v3.4.0

15 Nov 21:08
e43fbf1
Compare
Choose a tag to compare
increase version

v3.3.3

01 May 09:24
Compare
Choose a tag to compare

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

30 Apr 17:23
Compare
Choose a tag to compare

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

28 Apr 18:48
Compare
Choose a tag to compare

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

20 Nov 13:16
Compare
Choose a tag to compare

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

26 May 23:08
Compare
Choose a tag to compare
Update issue templates