Jason
Jason
This is caused by brew upgrading ffmpeg to version 6.0 and opencv 4.8.0. Under normal circumstances, the program needs to be recompiled. I will update this project later when I...
fixed in [v5.70.1](https://github.com/eritpchy/videosubfinder-cli/releases/tag/5.70.1-ci) You can try the static build version, it does not require other dynamic libraries. [videosubfinder-cli-cpu-static-linux-x64.tar.gz](https://github.com/eritpchy/videosubfinder-cli/releases/download/5.70.1-ci/videosubfinder-cli-cpu-static-linux-x64.tar.gz)
Sorry, I forgot you are macOS system, try [videosubfinder-cli-v5.70.1-darwin-x64.tar.gz](https://github.com/eritpchy/videosubfinder-cli/releases/download/5.70.1-ci/videosubfinder-cli-darwin-x64.tar.gz) run ./VideoSubFinderCli.run The relevant dynamic libraries are all in the lib directory.
There is static version on the release... you dont need to build from source.
Example: https://github.com/eritpchy/videosubfinder-cli/blob/master/Build/Docker/cpu_static/test.sh try ./VideoSubFinderCli -i "/mnt/RipDrop/Shows/Supernatural/SEASON_03_DISC_2/00026-title_t02.mkv" -r -c -te 1 -be 0 -le 0 -re 1
This line of log is normal.
Observe cpu usage
ok, i will fix it later
~~Comfirm, its bug on debian, maybe you could try alpine or ubuntu base image?~~ Comfirm, its bug on docker.io/library/python:3.10.12 image