79722553

Date: 2025-08-01 13:15:04
Score: 1.5
Natty:
Report link

Nothing like a good night of sleep...

I was able to solve this issue with a bit of help. As expected, pydub is calling internally ffmpeg, so I have to rather to add it in the path manually via `os`, that is:

os.environ["PATH"] = ffmpeg_dir + os.pathsep + os.environ.get("PATH", "")

And there you go!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Calebe Piacentini