agermanidis / autosub

[NO LONGER MAINTAINED] Command-line utility for auto-generating subtitles for any video file
MIT License
4.15k stars 1.65k forks source link

Exception: Dependency not found: ffmpeg #153

Open ghost opened 5 years ago

ghost commented 5 years ago

I have installed autosub and copied the ffmpeg to C:\Python27. When I try to add subtitle to a video, I get the Exception. What should I do? I use Windows 10 and the ffmpeg is the lastest version. By the way, when I try to Right-click a video and choose 'send to' the Auto_Sub.bat, it doesn't work.

BingLingGroup commented 5 years ago

ffmpeg的相关问题可以参考我的博客,个人建议你过一遍我的教程,并直接安装我fork的autosub版本(alpha分支或者dev分支皆可),已经修复了找不到依赖的问题。

andibakti commented 5 years ago

You only need to change this line if not which("ffmpeg"): to this if not which("ffmpeg.exe"): and that should fix it

BingLingGroup commented 5 years ago

This release includes ffmpeg. No need to install it separately.

snnn333 commented 3 years ago

I have the same problem. Is there any solution for mac?