Skip to content

Instantly share code, notes, and snippets.

View LuccasBracci's full-sized avatar

Luccas Bracci LuccasBracci

View GitHub Profile
@tommy-mor
tommy-mor / video.py
Last active January 3, 2024 21:59
not good code stay away
from moviepy.editor import *
import numpy as np
clip = VideoFileClip("hams.mkv")
import sounddevice as sd
import soundfile as sf
from queue import Queue
from collections import OrderedDict
import pprint
pp = pprint.PrettyPrinter(indent=4)
print('started')