You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to fix it by using what someone had said in issue #45
I fixed it by fixing the path, I had /videos/video.mp4 changed it to videos/video.mp4
So, unlike what the directions say it's actually: auto_subtitle path/to/video.mp4 --model medium
rather than: auto_subtitle /path/to/video.mp4 --model medium
line 49, in main
audios = get_audio(args.pop("video"))
.run(quiet=True, overwrite_output=True)
raise Error('ffmpeg', out, err)
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
The text was updated successfully, but these errors were encountered: