Sign inSign up

monkeycodes/ubuntu-python-opencv-ffmpeg

By monkeycodes

Updated over 8 years ago

Image based on Ubuntu:16.04 with openCV python and ffmpeg for video processing.

Image
0

185

monkeycodes/ubuntu-python-opencv-ffmpeg repository overview

This is a copy of docker-python-opencv-ffmpeg but with the base image changed to LTS Ubuntu 16.04

The Dockerfile is available on github.

Usage

Image has OpenCV3, python2.7/3.5 and ffmpeg ready to use. Example:

docker run --rm -it -v $PWD:/srv monkeycodes/ubuntu-python-opencv-ffmpeg python
>>> import cv2; cv2.VideoCapture('/srv/example.mp4').read()
# truncated for transparency
(True, array([[[ 46, 112, 104], ...]], dtype=uint8))

Tag summary

Content type

Image

Digest

Size

326.8 MB

Last updated

over 8 years ago

docker pull monkeycodes/ubuntu-python-opencv-ffmpeg