settermjd / go-ffmpeg

A small project showing how to transcode audio files using Go and FFMpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-ffmpeg

This is a small project showing how to transcode audio files using Go and FFMpeg. It's not intended as production-ready code, rather code to show how something works and which forms the basis of an upcoming Twilio tutorial.

Application Overview

The application downloads an MP3 file from the Twilio library and then transcodes it to OGG, WAV, and FLAC formats with FFMpeg.

Check out this article on transcoding media files, if you'd like to know more.

Prerequisites

Usage

To use the project, after cloning the repository, run the following command.

go run main.go

About

A small project showing how to transcode audio files using Go and FFMpeg

License:MIT License


Languages

Language:Go 100.0%