Simple web API for converting audio/video files with ffmpeg
2.0K
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 "[email protected]" 127.0.0.1:3000/wav > output.wav
curl -F "[email protected]" 127.0.0.1:3000/bmp > output.bmp
Content type
Image
Digest
sha256:2c3bc206a…
Size
417.2 MB
Last updated
almost 2 years ago
docker pull gnaudio/docker-ffmpeg-service