Created
March 6, 2015 09:47
-
-
Save 5shekel/83ffb7553f355c3c25f8 to your computer and use it in GitHub Desktop.
avisynth is a scripting language for video
This file contains 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
clip1 = CoronaSequence("M:\TimeSnapper_Snapshots\2011-01-01\*.jpg",textmode=3, expression="midstr(filename,25,25)",y=0).crop(0,0,1920,1080) | |
clip2 = CoronaSequence("M:\TimeSnapper_Snapshots\2011-01-02\*.jpg",textmode=3, expression="midstr(filename,25,25)",y=0).crop(0,0,1920,1080) | |
clip3 = CoronaSequence("M:\TimeSnapper_Snapshots\2011-01-03\*.jpg",textmode=3, expression="midstr(filename,25,25)",y=0).crop(0,0,1920,1080) | |
clip1+clip2 +clip3 | |
ConvertToYV12() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment