摘要: import os from moviepy.editor import VideoFileClip def get_file_names(path): return [os.path.join(path, f) for f in os.listdir(path) if f.endswith('.m 阅读全文
posted @ 2022-10-04 09:58 贤者无解 阅读(102) 评论(0) 推荐(0) 编辑