auto-subtitle
auto-subtitle copied to clipboard
File not found error
Traceback (most recent call last):
File "
I'm getting this error. I have ffmpeg installed both manually and with choco.
I believe the issue isn't related to the system's ffmpeg but rather to the "ffmpeg-python" library required for the project, just like Issue 60 . This PR might resolve the problem. Additionally, I created a fork that incorporates the changes from that PR.
@zaltinsoy Thanks a ton for your fork! I was finally able to get this running. Any plans to merge into the original repo?
@zaltinsoy Thanks a ton for your fork! I was finally able to get this running. Any plans to merge into the original repo?
I'm glad it helped you. Pull request is already waiting for the merge, but it looks like the original repo is not accepting any new changes.
Looks like this can also be resolves with pip install ffmpeg-python