junghao / goffmpeg

FFMpeg used in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoFFMpeg

Thie project provide sample APIs for golang to call ffmpeg library.

License

Copyright (C) 2013 zhang peihao Licensed under the MIT License

FFmpeg, libvo-aacenc and others libraries projects are distributed on theirs own license.

Patent disclaimer

We do not grant of patent rights. Some codecs use patented techniques and before use those parts of library you have to buy thrid-party patents.

Pre-requirments

Linux:

  • autoconf
  • autoconf-archive
  • automake
  • pkg-config
  • yasm

Windows: Unsupported yet

MacOS: In testing...

Installation

git clone https://github.com/zhangpeihao/goffmpeg.git goffmpeg
cd goffmpeg
./build.sh

About

FFMpeg used in golang


Languages

Language:C 97.1%Language:Go 1.8%Language:Shell 1.1%