This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import moviepy.editor as mp | |
import math | |
from PIL import Image | |
import numpy | |
def zoom_in_effect(clip, zoom_ratio=0.04): | |
def effect(get_frame, t): | |
img = Image.fromarray(get_frame(t)) | |
base_size = img.size |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yay python-dev | |
yay blas | |
yay lapack | |
yay gcc-fortran |