I'm relatively new to messing around with audio in Python, so I'm trying to set up for it. I need to add pydub to Python path, and I have no idea how to do it. Please help. Also, ffmpeg keeps crashing when I try to run it, and I don't know what to do.
Asked
Active
Viewed 774 times
1 Answers
0
Assuming you have Python installed (if not install it), just do
pip install pydub
and then follow the instructions here to add the module to the path variables.
As for this
Also, FFmpeg keeps crashing when I try to run it, and I don't know what to do.
Reinstall it again, ideally use the steps here

AzyCrw4282
- 7,222
- 5
- 19
- 35