Open Oreldm opened 10 months ago
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
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
Is there an audio file you can include to help us reproduce?
Doesn't needed to reproduce.