Releases: xfrr/goffmpeg
Releases · xfrr/goffmpeg
v2.0.0-alpha.1
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
What's Changed
- This makes transcoder.Output() work again. by @manscrober in #61
- use interfaces for pipe readers and writers by @mie00 in #64
- use raw args in ffmpeg command by @mie00 in #63
- Add the possibility to change whitelist protocols by @r3b-fish in #56
- Skip an empty -hls_key_info_file parameter by @r3b-fish in #55
- Update transcoder.go by @ggymm in #74
- Add single_file option by @basriciftci in #75
- Pass failed command to improve error reporting by @farshidtz in #78
- remove circleci by @xfrr in #83
- add gha workflow badge by @xfrr in #84
- remove travis-ci by @xfrr in #85
Full Changelog: 0.5.0...v1.0.0
v0.5.0
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
- @muhammadharis made their first contribution in #39
- @tommyknows made their first contribution in #42
- @Arcayr made their first contribution in #47
- @Nks made their first contribution in #44
- @vivienbcr made their first contribution in #48
- @recurser made their first contribution in #46
- @tarrencev made their first contribution in #52
Full Changelog: 0.4.0...0.5.0