{"id":21035278,"url":"https://github.com/skellla/docker-ffmpeg-opencv-dlib","last_synced_at":"2026-04-11T14:02:34.750Z","repository":{"id":66143014,"uuid":"128175857","full_name":"SkeLLLa/docker-ffmpeg-opencv-dlib","owner":"SkeLLLa","description":"Docker image with bundled ffmpeg, opencv and dlib. [AutoBuild]","archived":false,"fork":false,"pushed_at":"2018-04-26T20:02:43.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T16:15:04.873Z","etag":null,"topics":["dlib","docker","docker-image","ffmpeg","opencv"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/m03geek/ffmpeg-opencv-dlib/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SkeLLLa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-05T07:59:40.000Z","updated_at":"2018-04-26T19:54:23.000Z","dependencies_parsed_at":"2023-03-04T13:45:39.884Z","dependency_job_id":null,"html_url":"https://github.com/SkeLLLa/docker-ffmpeg-opencv-dlib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkeLLLa%2Fdocker-ffmpeg-opencv-dlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkeLLLa%2Fdocker-ffmpeg-opencv-dlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkeLLLa%2Fdocker-ffmpeg-opencv-dlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkeLLLa%2Fdocker-ffmpeg-opencv-dlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkeLLLa","download_url":"https://codeload.github.com/SkeLLLa/docker-ffmpeg-opencv-dlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243475330,"owners_count":20296714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dlib","docker","docker-image","ffmpeg","opencv"],"created_at":"2024-11-19T13:14:26.419Z","updated_at":"2025-12-29T14:10:27.969Z","avatar_url":"https://github.com/SkeLLLa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-ffmpeg-opencv-dlib\n\nDocker image with compiled OpenCV, Dlib and ffmpeg\n\n[![](https://images.microbadger.com/badges/version/m03geek/ffmpeg-opencv-dlib:alpine.svg)](https://microbadger.com/images/m03geek/ffmpeg-opencv-dlib:alpine \"version\")[![](https://images.microbadger.com/badges/image/m03geek/ffmpeg-opencv-dlib:alpine.svg)](https://microbadger.com/images/m03geek/ffmpeg-opencv-dlib:alpine \"layers\")\n\n[![](https://images.microbadger.com/badges/version/m03geek/ffmpeg-opencv-dlib:stretch.svg)](https://microbadger.com/images/m03geek/ffmpeg-opencv-dlib:stretch \"version\")[![](https://images.microbadger.com/badges/image/m03geek/ffmpeg-opencv-dlib:stretch.svg)](https://microbadger.com/images/m03geek/ffmpeg-opencv-dlib:stretch \"layers\")\n\nBased on [ffmpeg-opencv image](https://hub.docker.com/r/m03geek/ffmpeg-opencv/)\n\n# Versions (latest)\n\n* opencv - 3.4.1\n* dlib - 19.8\n\n# Dlib\n\nDlib is built from source. Latest git tag corresponds Dlib version.\n\n## Compile options\n\n```\n-D CMAKE_BUILD_TYPE=RELEASE\n-D CMAKE_INSTALL_PREFIX=$LIB_PREFIX\n-D DLIB_NO_GUI_SUPPORT=OFF\n-D DLIB_USE_BLAS=ON\n-D DLIB_GIF_SUPPORT=ON\n-D DLIB_PNG_SUPPORT=ON\n-D DLIB_JPEG_SUPPORT=ON\n-D DLIB_USE_CUDA=OFF\"\n```\n\n## Image support\n\n* png\n* jpeg\n* gif\n\n# Other images:\n\n## Without FFmpeg\n\n| OpenCV | Dlib | OpenCV+Dlib | OpenCV+Dlib+Node.js | OpenCV+Node.js | Dlib+Node.js |\n|-|-|-|-|-|-|\n| [Docker](https://hub.docker.com/r/m03geek/opencv/) | [Docker](https://hub.docker.com/r/m03geek/dlib/) | [Docker](https://hub.docker.com/r/m03geek/opencv-dlib/) | [Docker](https://hub.docker.com/r/m03geek/opencv-dlib-node/) | [Docker](https://hub.docker.com/r/m03geek/opencv-node/) | [Docker](https://hub.docker.com/r/m03geek/dlib-node/) |\n| [Github](https://github.com/SkeLLLa/docker-opencv) | [Github](https://github.com/SkeLLLa/docker-dlib) | [Github](https://github.com/SkeLLLa/docker-opencv-dlib) | [Github](https://github.com/SkeLLLa/docker-opencv-dlib-node) | [Github](https://github.com/SkeLLLa/docker-opencv-node) | [Github](https://github.com/SkeLLLa/docker-dlib-node) |\n\n## With FFmpeg\n\n| OpenCV | OpenCV+Dlib | OpenCV+Dlib+Node.js | OpenCV+Node.js |\n|-|-|-|-|\n| [Docker](https://hub.docker.com/r/m03geek/ffmpeg-opencv/) | [Docker](https://hub.docker.com/r/m03geek/ffmpeg-opencv-dlib/) | [Docker](https://hub.docker.com/r/m03geek/ffmpeg-opencv-dlib-node/) | [Docker](https://hub.docker.com/r/m03geek/ffmpeg-opencv-dlib-node/) |\n| [Github](https://github.com/SkeLLLa/docker-ffmpeg-opencv) | [Github](https://github.com/SkeLLLa/docker-ffmpeg-opencv) | [Github](https://github.com/SkeLLLa/docker-ffmpeg-opencv-dlib-node) | [Github](https://github.com/SkeLLLa/docker-ffmpeg-opencv-node) |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskellla%2Fdocker-ffmpeg-opencv-dlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskellla%2Fdocker-ffmpeg-opencv-dlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskellla%2Fdocker-ffmpeg-opencv-dlib/lists"}