From da0ba05912cc9e2bbad32656742b105c0f63da65 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 6 Jul 2014 23:05:27 +0400 Subject: [PATCH] video links --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d628ca1..29e605a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Text Processing](#text-processing) - [Testing](#testing) - [Audio](#audio) + - [Video](#video) - [DevOps Tools](#devops-tools) - [Resources](#resources) - [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. +## 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.*