Skip to content

Instantly share code, notes, and snippets.

View kirubakaran's full-sized avatar
🚀
Working on histre.com

Kirubakaran Athmanathan kirubakaran

🚀
Working on histre.com
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