gnaudio/docker-ffmpeg-service
Simple web API for converting audio/video files with ffmpeg
280
An web service for converting audio/video files using Nodejs, Express and FFMPEG
https://hub.docker.com/r/gnaudio/docker-ffmpeg-service
POST /wav - Convert audio file in request body to wav
POST /bmp - Convert image file to jpg
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 gnaudio/docker-ffmpeg-service