Skip to content

Instantly share code, notes, and snippets.

@surskitt
surskitt / MCsub.avsi
Created July 10, 2013 19:46
avisynth: Minecraft styled subtitles for owlcraft series
###################################################################
# A function to add minecraft styled subtitles to owlcraft videos #
# TODO: Use SubtitleEX instead #
###################################################################
# Args
# c -> the input clip
# text -> the text to be displayed
# start_in -> the beginning time of the subtitle (in frames)
# end_in -> the end time of the subtitle (in frames)
@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