Skip to content

Instantly share code, notes, and snippets.

@wwj718
Created January 24, 2018 13:40
Show Gist options
  • Save wwj718/7fdfff19f4c51eec8e72a776ce10a878 to your computer and use it in GitHub Desktop.
Save wwj718/7fdfff19f4c51eec8e72a776ce10a878 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
# encoding: utf-8
'''
python3.6.2
'''
from moviepy.editor import *
import pygame
pygame.display.set_caption('Hello World!')
clip = VideoFileClip('/Users/wwj/Documents/pets.mp4')
clip.preview()
pygame.quit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment