Sign inSign up

adilm7177/ffmpeg

By adilm7177

Updated about 7 years ago

ffmpeg based on alpine and the size is just 46 MB.

Image
0

3.6K

adilm7177/ffmpeg repository overview

FFmpeg and Nodejs

The image is based on alpine and the size of the image is 46 Mb. The image contains FFmpeg and nodejs run time.

Node Version

Node version is 12.4.0 version

FFMPEG Version

ffmpeg version 4.0.4 Copyright (c) 2000-2019 the FFmpeg developers

Verifying the Installation

#Node verification
docker run -it --rm adilm7177/ffmpeg ash -c "node -v"
#ffmpeg verification
docker run -it --rm adilm7177/ffmpeg ash -c "ffmpeg -version"

Dockerfile

FROM node:alpine
RUN apk add  --no-cache ffmpeg
Todos
  • Having option for specific Node and ffmpeg verion

Tag summary

Content type

Image

Digest

Size

43.5 MB

Last updated

about 7 years ago

docker pull adilm7177/ffmpeg