Skip to content

Docker image with bundled ffmpeg, opencv and node.js runtime. [AutoBuild]

Notifications You must be signed in to change notification settings

SkeLLLa/docker-ffmpeg-opencv-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ffmpeg-openc-node

Docker image with compiled OpenCV, ffmpeg and Node.js.

Based on ffmpeg-opencv image

Versions (latest)

  • node - 10.3.0
  • opencv - 3.4.1

Node.js lib compatibility

  • opencv4nodejs - native module, see installing instructions above and follow module documentation.
  • face-recognition - native module, see installing instructions above and follow module documentation.

Installing opencv4nodejs

FROM m03geek/ffmpeg-opencv-node:alpine
RUN apk update && apk add -u --no-cache python make g++
RUN npm i opencv4nodejs

Other images:

Without FFmpeg

OpenCV Dlib OpenCV+Dlib OpenCV+Dlib+Node.js OpenCV+Node.js Dlib+Node.js
Docker Docker Docker Docker Docker Docker
Github Github Github Github Github Github

With FFmpeg

OpenCV OpenCV+Dlib OpenCV+Dlib+Node.js OpenCV+Node.js
Docker Docker Docker Docker
Github Github Github Github

About

Docker image with bundled ffmpeg, opencv and node.js runtime. [AutoBuild]

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages