Skip to content

Instantly share code, notes, and snippets.

View anttiryt's full-sized avatar
🧐
What's up?

Antti Rytsölä anttiryt

🧐
What's up?
View GitHub Profile
@majal
majal / minterpolate
Last active May 26, 2024 21:39 — forked from sgqy/minterpolate.sh
Multi-threaded minterpolate in ffmpeg
#!/bin/bash
# Multicore minterpolate in ffmpeg
# Just slice & process & concat
# NB: The concat points between slices may be weird
# Default arguments
ff=/usr/bin/ffmpeg
fps=60
dur=00:00:10