auto-subtitle
auto-subtitle copied to clipboard
Raises error when extracting the audio
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)
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