Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefaniuk/docker-ffmpeg

Docker wrapper around ffmpeg command
https://github.com/stefaniuk/docker-ffmpeg

docker-image docker-tool ffmpeg

Last synced: about 6 hours ago
JSON representation

Docker wrapper around ffmpeg command

Awesome Lists containing this project

README

        

[![Circle CI](https://circleci.com/gh/codeworksio/docker-ffmpeg.svg?style=shield "CircleCI")](https://circleci.com/gh/codeworksio/docker-ffmpeg) [![Size](https://images.microbadger.com/badges/image/codeworksio/ffmpeg.svg)](http://microbadger.com/images/codeworksio/ffmpeg) [![Version](https://images.microbadger.com/badges/version/codeworksio/ffmpeg.svg)](http://microbadger.com/images/codeworksio/ffmpeg) [![Commit](https://images.microbadger.com/badges/commit/codeworksio/ffmpeg.svg)](http://microbadger.com/images/codeworksio/ffmpeg) [![Docker Hub](https://img.shields.io/docker/pulls/codeworksio/ffmpeg.svg)](https://hub.docker.com/r/codeworksio/ffmpeg/)

Docker FFmpeg
=============

Docker wrapper around `ffmpeg` command.

Installation
------------

Builds of the image are available on [Docker Hub](https://hub.docker.com/r/codeworksio/ffmpeg/).

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