Skip to content

jan-hoelscher-mss/gmf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GMF. Go Media Framework.

Original project, hosted here (https://code.google.com/p/gmf) looks abandoned. This is a patched version that compiles against Go 1.0.3 and ffmpeg-0.8.

This is "AS IS" version, i was able to compile it, but there is a lot of questions and TODOs.

Installation

The installation is pretty straightforward. Just define the ffmpeg include path.

export CGO_LDFLAGS="-L$FFMPEG_ROOT/lib/ -lavcodec -lavformat -lavutil -lswscale"
export CGO_CFLAGS="-I$FFMPEG_ROOT/include"

go get github.com/3d0c/gmf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published