From b8102c32d06e38d39c4da14fa493c6e6c8ca5cf2 Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Sat, 8 Jul 2017 12:13:34 +0200 Subject: [PATCH] add astisub --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9b76fca..a5e6f4e0 100644 --- a/README.md +++ b/README.md @@ -1256,6 +1256,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for manipulating video.* * [gmf](https://github.com/3d0c/gmf) - Go bindings for FFmpeg av\* libraries. +* [go-astisub](https://github.com/asticode/go-astisub) - Manipulate subtitles in GO (.srt, .stl, .ttml, .webvtt, .ssa/.ass, teletext, .smi, etc.). * [goav](https://github.com/giorgisio/goav) - Comphrensive Go bindings for FFmpeg. * [gst](https://github.com/ziutek/gst) - Go bindings for GStreamer. * [v4l](https://github.com/korandiz/v4l) - A video capture library for Linux, written in Go.