Skip to content

Instantly share code, notes, and snippets.

View Chen-Han's full-sized avatar

Han Chen Chen-Han

  • University of Waterloo
  • Canada
View GitHub Profile
@Chen-Han
Chen-Han / video_player.py
Created December 29, 2024 21:33
partial program for playing video programmatically to virtual output
"""
Play video graphics and audio to respective virtual output
"""
import time
import typing
import cv2
import collections
import moviepy.editor as mp
import queue
import sys