PyDub Tutorial: Audio Manipulation in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ค. 2024
  • Website Link: coderslegacy.com/pydub-tutori...

ความคิดเห็น • 2

  • @saltycat6036
    @saltycat6036 หลายเดือนก่อน +1

    I was able to get it working by adding it to my environment variables, but I'd much rather use the AudioSegment.converter = 'path' method except I kept getting:
    RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
    warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
    I'm certain that I used the right path and I tried it with going to the bin folder and directly to the .exe and still got the same problem. Do you know any fixes?

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 3 หลายเดือนก่อน +1

    Nice.