79746310

Date: 2025-08-26 01:03:53
Score: 2
Natty:
Report link

import moviepy.editor as mp

# 打开GIF文件

gif_path = "/mnt/data/earthquake_shake.gif"

video_path = "/mnt/data/earthquake_shake.mp4"

# 转换为视频

clip = mp.VideoFileClip(gif_path)

clip.write_videofile(video_path, codec="libx264", fps=10)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 张伟豪