Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raises error when extracting the audio #76

Open
reiden4444 opened this issue Apr 9, 2024 · 1 comment
Open

Raises error when extracting the audio #76

reiden4444 opened this issue Apr 9, 2024 · 1 comment

Comments

@reiden4444
Copy link

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)

@AngLeVee
Copy link

AngLeVee commented Apr 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants