Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.06 KB

File metadata and controls

23 lines (14 loc) · 1.06 KB

Circle CI Size Version Commit Docker Hub

Docker FFmpeg

Docker wrapper around ffmpeg command.

Installation

Builds of the image are available on Docker Hub.

docker pull codeworksio/ffmpeg

Alternatively you can build the image yourself.

docker build --tag codeworksio/ffmpeg \
    github.com/codeworksio/docker-ffmpeg

Testing

make build test