赞
踩
- from moviepy.editor import *
-
- au=AudioFileClip("/home/Download/test.mp3") # 创建对象
-
- clip=au.subclip(1,3) # 截取1秒至3秒的音频
-
- clip.write_audiofile("/home/Download/clip.mp3") # 将截取的音频保存到clip.mp3文件中
- au.subclip(t_start,t_end)
-
- t_start=10 #10秒
-
- t_start=(1,10) #1分10秒
-
- t_start=(0,1,10)#0小时1分10秒
-
- t_end=-2 #截取到结束前2秒
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。