Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import moviepy
  2. from moviepy.editor import *
  3. import os
  4.  
  5.  
  6. os.environ["SDL_VIDEO_CENTERED"] = "1"
  7.  
  8. clip = VideoFileClip('qq.mp4')
  9.  
  10.  
  11. clip.preview()
  12.  
  13. execfile("qq.py") # Execute my game right after the clip shows
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement