autosub icon indicating copy to clipboard operation
autosub copied to clipboard

Exception: Dependency not found: ffmpeg

Open ghost opened this issue 5 years ago • 4 comments

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.

ghost avatar Jun 19 '19 04:06 ghost

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

BingLingGroup avatar Jun 20 '19 04:06 BingLingGroup

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

andibakti avatar Jul 26 '19 12:07 andibakti

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

BingLingGroup avatar Jul 30 '19 08:07 BingLingGroup

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

snnn333 avatar Sep 11 '21 00:09 snnn333