# README
Goffmpeg
FFMPEG wrapper written in the Go
Supported features
- Execute ffmpeg command and get progress events
- Read file and get metadata with ffprobe
- Pipe Options
- Global Options
- Video Options
- Audio Options
Requirements
Supported platforms
- Linux
- OS X
- Windows
Installation
Install the package with the following command:
go get github.com/xfrr/goffmpeg/v2
Usage
Check the examples