Hey there, I'm Ayo!

Here are some projects I'm working on: git.ayoreis.com.

(the background colour is #f77ee5 btw :3)

(updated )

Speed up video in FFmpeg

ffmpeg -i input.mkv -r 60 -vf "setpts=PTS/60" -an output.mp4