Skip to content
Advertisement

Tag: pydub

Trouble with converting webm into mp3 with pydub in python

so basically I want to convert song what I downloaded from youtube in webm and convert to into mp3 when I wanted export song just with song.export(“neco.mp3”) it didn’t work too I have in workfolder ffmpeg.exe and ffprobe.exe here is the code here is the output of the console I think it is something with codec but I have no

Advertisement