Skip to content

Instantly share code, notes, and snippets.

@surskitt
surskitt / makeMCintro.avsi
Last active December 19, 2015 14:19
avisynth: Create owlcraft intro from clip
############################################################################
# Function that automatically creates the owlcraft intro from an input clip #
############################################################################
function makeMCintro(clip c)
{
# Standard variables for section lengths
section1_l = 80
main_l = 140
section3_l = 44