D:\Program Files\Python\Python38\lib\site-packages\pydub\utils.py:170: 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)
正在处理 c1.m4a
D:\Program Files\Python\Python38\lib\site-packages\pydub\utils.py:198: RuntimeWarning: Couldn't find ffprobe or avprobe - defaulting to ffprobe, but may not work
warn("Couldn't find ffprobe or avprobe - defaulting to ffprobe, but may not work", RuntimeWarning)
Traceback (most recent call last):
File "pg01(1).py", line 23, in <module>
song = AudioSegment.from_file(filename,format="m4a") # 路径可以使用绝对路径也可以使用相对路径
File "D:\Program Files\Python\Python38\lib\site-packages\pydub\audio_segment.py", line 728, in from_file
info = mediainfo_json(orig_file, read_ahead_limit=read_ahead_limi
python 中 使用pydub模块报ffmpeg相关错误
最新推荐文章于 2025-03-04 09:59:30 发布