This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################### | |
# 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################ | |
# 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 |
NewerOlder