-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating this as documentation for anyone else who may need it #1
Comments
Stuck during processing?
|
The file in that directory is Similar to this, except looking for opencv. I'm gonna grab ffmpeg 5.9 and post the info here too so you can add it to the readme if needed. |
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 have free time. |
fixed in v5.70.1 |
I'm on MacOS, where I decided to upgrade the dependencies again and still get this error afterwards:
I appreciate you fixing up the Linux version. I've since done the work I needed to do on another machine. |
Sorry, I forgot you are macOS system, try videosubfinder-cli-v5.70.1-darwin-x64.tar.gz The relevant dynamic libraries are all in the lib directory. |
On MacOS, brew downloads opencv 4.8.0 This leads to issues with the CLI looking for 4.0.7 files in the 4.8.0 installation folders.
You can find the last version of 4.7.0 here: https://raw.githubusercontent.com/Homebrew/homebrew-core/1f177f4241acf66504cb08fa0fe29a32793660ec/Formula/opencv.rb
Download it to a folder as
opencv.rb
, then executeFor ffmpeg, make sure to get 5.1.3 via
The text was updated successfully, but these errors were encountered: