79751368

Date: 2025-08-30 19:14:12
Score: 2.5
Natty:
Report link

from moviepy.editor import VideoFileClip

# Caminho do vídeo MP4 (coloque o arquivo na mesma pasta do script ou ajuste o caminho)

video_path = "estatua_cinematico_realista.mp4"

# Carregar o vídeo

clip = VideoFileClip(video_path)

# Exportar como GIF (15s completo, largura reduzida para não ficar pesado)

gif_path = "estatua_cinematico_realista_full.gif"

clip.resize(width=320).write_gif(gif_path, fps=6)

print("GIF salvo em:", gif_path)

Reasons:
  • Blacklisted phrase (1): não
  • No code block (0.5):
  • Low reputation (1):
Posted by: Engenheiro Agrnomo - Maicon Ra