Runtimewarning: couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
Answers
Answered by
0
Answer:
Step-by-step explanation:
This is more of a warning than the error. It comes when you do not have ffmpeg which is mentioned in dependencies for the Pydub GitHub. Normally it is required if want to save or load non-WAV files. In case if you are using Pydub exclusively for WAV files, the ignore the message.
Similar questions