Code Monkey home page Code Monkey logo

docker-centos-ffmpeg's Introduction

FFmpeg Build for CentOS 6

This Docker image builds static ffmpeg libraries (and binaries) for CentOS 6. Its primary goal is to provide the static libraries that will be compiled into minidlna. The RPMs for ffmpeg on rpmforge are extremely dated and installing several of those RPMs end up adding a lot of crap (minidlna is the only consumer of ffmpeg for me), so this exists to solve that problem.

The ffmpeg libraries contain mostly decoders and not encoders. Most of the dependent libraries are also compiled in statically, except for open-source projects which have binary RPMs for more recent versions, such as Vorbis.

Usage

Use the following command to build a Docker image containing ffmpeg:

git clone https://github.com/geekman/docker-centos-ffmpeg
docker build -t zxgm/ffmpeg-build docker-centos-ffmpeg

Using the built Docker image, you can run ffmpeg or ffprobe like so:

docker run --rm -t -i zxgm/ffmpeg-build ffmpeg

Of course it's useless if you can't operate on any files, so you will need to use -v to mount your volumes.

docker-centos-ffmpeg's People

Contributors

geekman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ddlingo wangfly80

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.