Goffmpeg

September 29, 2023 ยท View on GitHub

Build & Test Codacy Badge Go Report Card GoDoc License

FFMPEG wrapper written in GO

Features

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

Dependencies

  • FFmpeg
  • FFProbe

Supported platforms

  • Linux
  • OS X
  • Windows

Installation

Install the package with the following command:

go get github.com/xfrr/goffmpeg

Usage

Check the examples

Contents

  1. 1Features
  2. 2Dependencies
  3. 3Supported platforms
  4. 4Installation
  5. 5Usage