GitHub - CageEye/opencv-python-with-ffmpeg: Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.

Skip to content

Navigation Menu

Sign in

Appearance settings

How to build linux 64b custom version of opencv with ffmpeg?

go to find_version.py and edit line 65

    f.write('opencv_version = "{}"\n'.format("4.6.0"))

(bump version you want to publish)

then

docker build --build-arg REPO_PWD=***** . -t opencv-build 
docker run -it opencv-build  bash

Inside the container run

This will produce whl file that you need to copy to your host machine via docker cp and publish with twine

About

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.

Resources

Readme

License

MIT license

Contributing

Contributing

Activity

Custom properties

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Languages

  • Shell 51.8%
  • Python 47.5%
  • Dockerfile 0.7%