Borda / docker_python-opencv-ffmpeg

Dockerfile containing FFmpeg, OpenCV4 and Python2/3, based on Ubuntu LTS

Home Page:https://hub.docker.com/r/borda/docker_python-opencv-ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFMPEG is missing

yuyou opened this issue · comments

I did not see ffmpeg is installed in the Dockerfile (for CUDA).

@yuyou I think the author already included the FFMPEG in the Dockerfile at this line.
https://github.com/Borda/docker_python-opencv-ffmpeg/blob/master/gpu/Dockerfile#L103

With this option, opencv automatically grabs the FFMPEG and build the FFMPEG.

I'm not sure that the FFMPEG in this build is currently supporting the H264 or H265 or not. Let me check it out

@yuyou you are right, it was fixed recently, now it shall be complete and even populating multiple OpenCV versions 🐰