Skip to content
/ goffmpeg Public

Powerful and dev-friendly FFMPEG wrapper written in Go

License

Notifications You must be signed in to change notification settings

xfrr/goffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goffmpeg

Build & Test Codacy Badge Go Report Card GoDoc License

FFMPEG wrapper written in GO

Features

  • Transcoding
  • Streaming
  • Progress
  • Filters
  • Thumbnails
  • Watermark
  • Concatenation
  • Subtitles

Dependencies

Supported platforms

  • Linux
  • OS X
  • Windows

Installation

Install the package with the following command:

go get github.com/xfrr/goffmpeg

Usage

Check the examples