gnaudio/docker-ffmpeg-service

By gnaudio

Updated 5 months ago

Simple web API for converting audio/video files with ffmpeg

Image

280

ffmpeg web service API

An web service for converting audio/video files using Nodejs, Express and FFMPEG

Docker image

https://hub.docker.com/r/gnaudio/docker-ffmpeg-service

Endpoints

POST /wav - Convert audio file in request body to wav

POST /bmp - Convert image file to jpg

/wav, /bmp

Curl Ex:

curl -F "file=@input.mp3" 127.0.0.1:3000/wav > output.wav

curl -F "file=@input.jpg" 127.0.0.1:3000/bmp > output.bmp

Docker Pull Command

docker pull gnaudio/docker-ffmpeg-service