Skip to content

Instantly share code, notes, and snippets.

@Zulko
Zulko / awkward.py
Last active August 16, 2022 02:32
Awkward date gif code
# Code for this GIF:
# http://imgur.com/gallery/pTypr1Y
# This demonstrates how to freeze a region with MoviePy
from moviepy.editor import *
clip = (VideoFileClip("the_fault_in_our_stars.mp4")
.subclip("00:59:48.4","00:59:49.6")
.resize(width=600)