Skip to content

### Audio Transcript: Error. Could not transcribe this audio. #74

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

Open
caesarllj opened this issue Dec 17, 2024 · 5 comments
Open

### Audio Transcript: Error. Could not transcribe this audio. #74

caesarllj opened this issue Dec 17, 2024 · 5 comments
Labels
bug Something isn't working question Further information is requested

Comments

@caesarllj
Copy link

Audio Transcript:

Error. Could not transcribe this audio.

@Soulter
Copy link
Contributor

Soulter commented Dec 17, 2024

Hi, can you provide more information about this?

@caesarllj
Copy link
Author

caesarllj commented Dec 17, 2024

@Soulter
from markitdown import MarkItDown
markitdown = MarkItDown()

result = markitdown.convert("******.mp3")
print(result.text_content)

Audio Transcript:

Error. Could not transcribe this audio.

ffmpeg i already install successfully.

@gagb gagb added bug Something isn't working question Further information is requested labels Dec 17, 2024
@tathagatankit
Copy link

tathagatankit commented Dec 22, 2024

I am also getting issues with audio files. I tried with .mp3 and .wav file format and getting the below issue:
Image

Additionally, I am using a Mac and noticed that exiftool was not installed during the pip installation. I’m unable to install this tool externally because macOS is blocking the installation and displaying a malware warning. Could someone assist with this? Your help would be greatly appreciated. Thank you!

@caesarllj
Copy link
Author

I am also getting issues with audio files. I tried with .mp3 and .wav file format and getting the below issue: Image

Additionally, I am using a Mac and noticed that exiftool was not installed during the pip installation. I’m unable to install this tool externally because macOS is blocking the installation and displaying a malware warning. Could someone assist with this? Your help would be greatly appreciated. Thank you!

I am in window env,the reason for above problems is that I am unable to use google service.

@claudiocassimiro
Copy link

Have the same issue here, running in linux ubuntu

My error log:

➜ python3 test.py
Traceback (most recent call last):
File "/home/claudio/Desktop/test.py", line 4, in
result = md.convert("SonhoGelado.mp3")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/claudio/miniconda3/lib/python3.12/site-packages/markitdown/_markitdown.py", line 260, in convert
return self.convert_local(source, stream_info=stream_info, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/claudio/miniconda3/lib/python3.12/site-packages/markitdown/_markitdown.py", line 314, in convert_local
return self._convert(file_stream=fh, stream_info_guesses=guesses, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/claudio/miniconda3/lib/python3.12/site-packages/markitdown/_markitdown.py", line 600, in _convert
raise FileConversionException(attempts=failed_attempts)
markitdown._exceptions.FileConversionException: File conversion failed after 1 attempts:

  • AudioConverter threw UnknownValueError with message:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants