This image contains a self-compiled copy of ffmpeg. It has been built with the following buildconf:
docker run --rm eboskma/ffmpeg -buildconf
ffmpeg version 2.6 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
configuration: --prefix=/ffmpeg --extra-cflags=-I/ffmpeg/include --extra-ldflags=-L/ffmpeg/lib --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
libavutil 54. 20.100 / 54. 20.100
libavcodec 56. 26.100 / 56. 26.100
libavformat 56. 25.101 / 56. 25.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 11.102 / 5. 11.102
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100
configuration:
--prefix=/ffmpeg
--extra-cflags=-I/ffmpeg/include
--extra-ldflags=-L/ffmpeg/lib
--enable-gpl
--enable-libass
--enable-libfdk-aac
--enable-libfreetype
--enable-libmp3lame
--enable-libopus
--enable-libtheora
--enable-libvorbis
--enable-libvpx
--enable-libx264
--enable-nonfree
docker run --rm -v /path/to/your/videos:/videos eboskma/ffmpeg -i /videos/INPUT -c:v libx264 -b:v 1M -c:a libfdk-aac -b:a 128k -f mp4 - > OUTPUT.mp4
This container uses the entrypoint=“ffmpeg”
Content type
Image
Digest
sha256:61730b5a6…
Size
152.8 MB
Last updated
almost 10 years ago
docker pull eboskma/ffmpeg