Advertisement
Guest User

Untitled

a guest
May 27th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. from moviepy.editor import *
  2.  
  3. clip = (VideoFileClip("Spongebob out of water_ funny scene (youtubemp4.to).mp4")
  4. .subclip((1,22.65),(1,23.2))
  5. .resize(0.3))
  6. clip.write_gif("spongebob.gif")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement