An open API service indexing awesome lists of open source software.

https://github.com/dasdachs/ffmpeg-api

FFmpeg API to expose basic converting functionalities of the FFmpeg library.
https://github.com/dasdachs/ffmpeg-api

ffmpeg ffmpeg-wrapper golang

Last synced: 7 months ago
JSON representation

FFmpeg API to expose basic converting functionalities of the FFmpeg library.

Awesome Lists containing this project

README

        

# GoFfmpeg stream service

Upload and convert audo files.

## Developent

```bash
git clone https://github.com/dasdachs/ffmpeg-api.git
```

## Lint and test

```
gofmt && go test
```

## Build

```bash
go build
```

## Dockerize

```bash
docker build -t container_name:tag .
```