Categorygithub.com/xfrr/goffmpeg/v2
module
2.0.0-alpha.1
Repository: https://github.com/xfrr/goffmpeg.git
Documentation: pkg.go.dev

# README

Goffmpeg

Build & Test Code Quality Coverage Go Report Card GoDoc License

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

# Packages