go-video
Package video implements a basic video library, for the Go programming language.
It is a compliment to Go's built-in "image"
package.
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-video
Import
To import package video use import
code like the following:
import "github.com/reiver/go-video"
Installation
To install package video do the following:
GOPROXY=direct go get github.com/reiver/go-video
Author
Package video was written by Charles Iliya Krempeaux