go-ffmpeg-transcode

module
v0.0.0-...-6c3660c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2021 License: MIT

README

Go FFMPEG Transcode

go get github.com/mattcanty/go-ffmpeg-transcode

See the basic example:

package main

import (
	"log"

	"github.com/mattcanty/go-ffmpeg-transcode/pkg/ffmpeg"
)

func main() {
	err := ffmpeg.Transcode("input.webm", "output.mp3")

	if err != nil {
		log.Fatal(err)
	}
}

Directories

Path Synopsis
examples
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL