Skip to content

Releases: xfrr/goffmpeg

v2.0.0-alpha.1

25 Nov 14:31
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Improve code and package structure - simplified public API
  • Cleanup dependencies
  • Support advanced & global ffmpeg options
  • Simplify progress read & parsing
  • Add unit tests and error messages

Full Changelog: v1.0.0...v2.0.0-alpha.1

v1.0.0

29 Sep 16:28
197c652
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...v1.0.0

v0.5.0

03 Apr 08:00
Compare
Choose a tag to compare

What's Changed

  • Method SetAudioBitrate must receive a string value by @r3b-fish in #31
  • Implement Pipe Protocol: Pipe-in by @muhammadharis in #39
  • Variable bitrate for audio conversion by @tommyknows in #42
  • Add SetPixFmt() by @Arcayr in #47
  • Improve Implementation of Existing Pipe-in, and fully Implement Pipe Protocol by @muhammadharis in #41
  • Added master playlist and segment filename support. by @Nks in #44
  • Add HLS AES encryption by @vivienbcr in #48
  • Add support for -compression_level, -map_metadata and -metadata. by @recurser in #46
  • Fix (*Mediafile).ObtainMovFlags redeclared in this block by @tarrencev in #52

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

16 Apr 11:53
df9067d
Compare
Choose a tag to compare

adds the capability to specify audio filters using SetAudioFilter as it is already possible for video filters using SetFilter

0.3.0

19 Feb 11:19
Compare
Choose a tag to compare
  • Removed check if file exists locally

0.2.0

03 Jul 12:35
53ebb30
Compare
Choose a tag to compare

Fixing execution model and making compatible with windows.
Added progress check flag, only open stderr if progress required.
Adding back the ffmpeg process cmd handle.
Fixed up Filter command.

0.1.0

21 Jun 10:10
ba176bd
Compare
Choose a tag to compare
Merge pull request #15 from KiboMibo/master

Add filter string to ffmpeg args

0.0.9

31 May 07:31
19c8f08
Compare
Choose a tag to compare

Live streaming requirements have been added

0.0.8

27 Feb 13:41
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

Windows supported

0.0.7

05 Feb 15:19
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Added preset option
Fixed progress bug