https://github.com/logicify/docker-ffmpeg
Centos 7 + Java 8 + ffmpeg
https://github.com/logicify/docker-ffmpeg
Last synced: 5 months ago
JSON representation
Centos 7 + Java 8 + ffmpeg
- Host: GitHub
- URL: https://github.com/logicify/docker-ffmpeg
- Owner: Logicify
- License: mit
- Created: 2015-06-23T11:47:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T20:25:16.000Z (over 10 years ago)
- Last Synced: 2025-03-31T12:36:42.675Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
Docker ffmpeg
=============
This repository contains dockerfile for compiling needed version of ```ffmpeg```. Base image is *Centos 7*
Also includes pre-installed Java 8
Before compilation it installes all reaquired build tooles like *make*, *g++* and then removes it after compilation.
To adjust versions of the software to be installed just edit environment variables:
```
FFMPEG_VERSION 2.6.3
YASM_VERSION 1.3.0
OGG_VERSION 1.3.2
VORBIS_VERSION 1.3.4
LAME_VERSION 3.99.5
FAAC_VERSION 1.28
XVID_VERSION 1.3.3
FDKAAC_VERSION 0.1.3
```
Also refer to the documentation for [Logicify/centos7](https://github.com/Logicify/docker-centos7) image for more environment specific details.
To check which version of ffmpeg and related libraries is installed you may use:
```
docker run --rm -it "logicify/ffmpeg" ffmpeg -buildconf
```