摘要: 1、安装moviepy pip install moviepy 2、下载ffmpeg import imageio imageio.plugins.ffmpeg.download() 3、代码 4、运行结果 阅读全文
posted @ 2018-02-04 15:56 winniez 阅读(995) 评论(0) 推荐(0)
摘要: files = os.listdir("./") for f in files: if f.lower()[-3:] == "mp4": print (f) 阅读全文
posted @ 2018-02-04 15:51 winniez 阅读(341) 评论(0) 推荐(0)
摘要: import osfiles = os.listdir("d:\\files\\")for f in files: if f.lower()[-3:] == "mp4": print (f) 阅读全文
posted @ 2018-02-04 15:48 winniez 阅读(321) 评论(0) 推荐(0)
摘要: 1、安装moviepy 库 pip install moviepy 2、下载ffmpeg.exe import imageio imageio.plugins.ffmpeg.download() 3、运行代码 from moviepy.editor import * video = VideoFil 阅读全文
posted @ 2018-02-04 14:56 winniez 阅读(237) 评论(0) 推荐(0)