Skip to content

Instantly share code, notes, and snippets.

View mvelbaum's full-sized avatar

Michael Velbaum mvelbaum

  • Tel Aviv, Israel
View GitHub Profile
#!/usr/bin/env python
import math
import sys
from moviepy.editor import AudioClip, VideoFileClip, concatenate_videoclips
# Get average RGB of part of a frame. Frame is H * W * 3 (rgb)
# Assumes x1 < x2, y1 < y2