markitdown icon indicating copy to clipboard operation
markitdown copied to clipboard

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

Open caesarllj opened this issue 1 year ago • 5 comments

Audio Transcript:

Error. Could not transcribe this audio.

caesarllj avatar Dec 17 '24 01:12 caesarllj

Hi, can you provide more information about this?

Soulter avatar Dec 17 '24 01:12 Soulter

@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.

caesarllj avatar Dec 17 '24 01:12 caesarllj

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!

tathagatankit avatar Dec 22 '24 09:12 tathagatankit

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.

caesarllj avatar Dec 23 '24 00:12 caesarllj

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:

claudiocassimiro avatar May 01 '25 13:05 claudiocassimiro

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:

Any solution for this error

umair313 avatar Dec 16 '25 12:12 umair313