diff --git a/README.md b/README.md index c6ee7f1..71ecb07 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Machine Learning](#machine-learning) - [Testing](#testing) - [Audio](#audio) + - [Video](#video) - [DevOps Tools](#devops-tools) - [Resources](#resources) - [Websites](#websites) @@ -180,6 +181,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. +## 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 *Software and libraries for DevOps.*