Goffmpeg Versions Save

Powerful and dev-friendly FFMPEG wrapper written in Go

v2.0.0-alpha.1

6 months ago

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: https://github.com/xfrr/goffmpeg/compare/v1.0.0...v2.0.0-alpha.1

v1.0.0

8 months ago

What's Changed

Full Changelog: https://github.com/xfrr/goffmpeg/compare/0.5.0...v1.0.0

0.5.0

4 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/xfrr/goffmpeg/compare/0.4.0...0.5.0

0.4.0

5 years ago

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

0.3.0

5 years ago
  • Removed check if file exists locally

0.2.0

5 years ago

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

5 years ago

0.0.9

6 years ago

Live streaming requirements have been added

0.0.8

6 years ago

Windows supported

0.0.7

6 years ago

Added preset option Fixed progress bug