视频处理:免费将avi转换mp4格式 应用场景:必剪等应用软件只支持mp4格式的视频进行剪辑 源码1234567891011from moviepy.editor import *def convert_avi_to_mp4(avi_file, mp4_file): video = VideoFileClip(avi_file) video.write_videofile(mp4_file, codec="libx264")# 示例用法avi_file = "input.avi"mp4_file = "output.mp4"convert_avi_to_mp4(avi_file, mp4_file) exe下载地址运行exe即可一键转换avi视频https://github.com/whale3070/avi2mp4/releases/tag/convertV1 tools I hate VIP 雅思写作课程-第四课-表格练习 Previous 我们应当如何看待学历 Next