Skip to content

Instantly share code, notes, and snippets.

@zeptofine
zeptofine / video_shuffle.py
Created October 25, 2023 03:12
A shuffler script
import argparse
import random
import tempfile
from pathlib import Path
import ffmpeg
import numpy as np
from scipy.io.wavfile import read as wavread
from scipy.io.wavfile import write as wavwrite