video links

This commit is contained in:
alex 2014-07-06 23:05:27 +04:00
parent 479bf17b54
commit da0ba05912

View File

@ -17,6 +17,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
- [Text Processing](#text-processing) - [Text Processing](#text-processing)
- [Testing](#testing) - [Testing](#testing)
- [Audio](#audio) - [Audio](#audio)
- [Video](#video)
- [DevOps Tools](#devops-tools) - [DevOps Tools](#devops-tools)
- [Resources](#resources) - [Resources](#resources)
- [Websites](#websites) - [Websites](#websites)
@ -162,6 +163,13 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go.
## Video
*Libraries for manipulating video.*
* [gmf](https://github.com/3d0c/gmf) - Go bindings for FFmpeg av* libraries.
* [gst](https://github.com/ziutek/gst) - Go bindings for GStreamer.
* [aac/h264](https://github.com/go-av/codec) - Golang aac/h264 encoder and decoder.
## DevOps Tools ## DevOps Tools
*Software and libraries for DevOps.* *Software and libraries for DevOps.*