-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Print ffmpeg errors #23
Comments
Did you manage to solve this? |
no |
It worked for me by adding '--output_srt true' as a second argument. |
Hmm, thanks mate but getting weirder errors now:
|
And funnily I wasn't talking nor saying anything during recording but it picked Nyorsk for the detected language hmmm... |
@binarykitchen You can edit source file /Users/michaelheuberger/.pyenv/versions/3.10.4/lib/python3.10/site-packages/auto_subtitle/cli.py, line 61 to get more verbose error output. Or you can generate subtitle separately (with option |
Why not add a new |
Can you tell me what should be the command to run it without ffmpeg cause the error cannot seem to be fixed. Because it still shows me the same error even when I try to generate subtitles separately. Thanks. |
I fixed it by fixing the path, I had /videos/video.mp4 changed it to videos/video.mp4 |
#89 |
For unknown reasons the ffmpeg command fails without telling me why:
prints following:
On MacOS here, using python v3.10.4 installed via pyenv and using ffmpeg v5.1.2 - any clues? Thanks
The text was updated successfully, but these errors were encountered: