Open ghost opened 5 years ago
ffmpeg的相关问题可以参考我的博客,个人建议你过一遍我的教程,并直接安装我fork的autosub版本(alpha分支或者dev分支皆可),已经修复了找不到依赖的问题。
You only need to change this line
if not which("ffmpeg"):
to this
if not which("ffmpeg.exe"):
and that should fix it
This release includes ffmpeg. No need to install it separately.
I have the same problem. Is there any solution for mac?
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.