Skip to content

Instantly share code, notes, and snippets.

View SpaghettiBorgar's full-sized avatar

Colin Kubon SpaghettiBorgar

View GitHub Profile
@SpaghettiBorgar
SpaghettiBorgar / Layout Piano Colemak.scr
Last active May 8, 2023 11:56
Colemak keyboard layout for FL Studio. Place in "FL Studio/System/Config/Typing to piano/Layout Piano Colemak.scr"
LOCK
61
63
LOCK
66
68
70
LOCK
73
75
@SpaghettiBorgar
SpaghettiBorgar / mpv-clip.lua
Created April 5, 2020 18:42
mpv script to quickly create gifs, video clips, and sound clips
-- Create animated GIFs with mpv
-- Requires ffmpeg, gifski, exiftool, and vorbis-tools.
-- Based on github.com/Scheliux/mpv-gif-generator
-- Usage: "g" to set start frame, "G" to set end frame,
-- "Ctrl+g" to create gif
-- "Ctrl+v" to create video clip
-- "Ctrl+a" to create audio clip
-- Metadata about the filename and timestamps will be written in the comment tag
local msg = require 'mp.msg'