Sign inSign up

gnaudio/docker-ffmpeg-service

By gnaudio

Updated almost 2 years ago

Simple web API for converting audio/video files with ffmpeg

Image
0

2.0K

gnaudio/docker-ffmpeg-service repository overview

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 "[email protected]" 127.0.0.1:3000/wav > output.wav

curl -F "[email protected]" 127.0.0.1:3000/bmp > output.bmp

Tag summary

Content type

Image

Digest

sha256:2c3bc206a

Size

417.2 MB

Last updated

almost 2 years ago

docker pull gnaudio/docker-ffmpeg-service