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

Wrong exception when ffprobe is not installed #771

Open
Oreldm opened this issue Jan 3, 2024 · 1 comment
Open

Wrong exception when ffprobe is not installed #771

Oreldm opened this issue Jan 3, 2024 · 1 comment

Comments

@Oreldm
Copy link

Oreldm commented Jan 3, 2024

Steps to reproduce

Do not have ffprobe or avprobe on the computer.
Try to use AudioSegment.from_mp3() or any other AudioSegment.from_file() .

Expected behavior

If it is not working- we should throw an exception that ffprobe is not installed.

Actual behavior

We are throwing "FileNotFound" for the file that was sent to "AudioSegment.from_function(file_sent)"

Your System configuration

  • Python version: 3.9
  • Pydub version: 0.25.1
  • ffmpeg or avlib?: None
  • ffmpeg/avlib version: None

Is there an audio file you can include to help us reproduce?

Doesn't needed to reproduce.

@AInisha
Copy link

AInisha commented Jan 15, 2024

i have same issue no ffmpeg path identified here is the subject starts with :- URGENT ISSUE:- RuntimeWarning: Couldn't find ffmpeg or avconv , I also saw the error ffprobe not found when i changed something in the same code, can anyone provide resolution my ticket is also its open for 3 weeks

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