Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 341 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 341 Bytes

go-mediainfo

Basic MediaInfo bindings for Go.

Installing

go get github.com/dwbuiten/go-mediainfo/mediainfo

Notes

On FreeBSD or MinGW, you must remove -ldl from the LDFLAGS in mediainfo.go. This is because these platforms do not require an extra library to support dynamic loading of libraries, which MediaInfo requires.