安装库
sudo pip install moviepy
代码 index.py
from moviepy.editor import *
video = VideoFileClip('test.mp4')
audio = video.audio
audio.write_audiofile('test.mp3')
运行
python3 index.py
结果
➜ py python3 index.py
MoviePy - Writing audio in test.mp3
MoviePy - Done.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。