Skip to content

Instantly share code, notes, and snippets.

View yuroyami's full-sized avatar
🎮
Lazing around

Sidena Akram yuroyami

🎮
Lazing around
  • Languages: Java, Kotlin, Swift, ObjC, JS, Dart, Golang, C++, C#, Python
  • Algiers, Algeria
  • 09:23 (UTC +01:00)
View GitHub Profile
@yuroyami
yuroyami / motioninterpolation.vpy
Created October 21, 2020 20:15 — forked from phiresky/motioninterpolation.vpy
Realtime motion interpolating 60fps playback in mpv
# vim: set ft=python:
# see the README at https://gist.github.com/phiresky/4bfcfbbd05b3c2ed8645
# source: https://github.com/mpv-player/mpv/issues/2149
# source: https://github.com/mpv-player/mpv/issues/566
# source: https://github.com/haasn/gentoo-conf/blob/nanodesu/home/nand/.mpv/filters/mvtools.vpy
import vapoursynth
core = vapoursynth.get_core()