Files
goffmpeg/README.md
2023-09-29 18:47:02 +02:00

1.3 KiB

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