Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 579 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 579 Bytes

go-mediainfo

GoDoc Build Status

Go wrapper of the mediainfo library.

cmd/howtouse/howtouse.go shows a brief example of most of the functions. The MediaInfo library is a bit unconventional in its design and somewhat poorly documented. Unlike the official wrappers there are a few liberties with naming taken to make the library more idiomatic Go.