Skip to content

Instantly share code, notes, and snippets.

@5shekel
Created March 6, 2015 09:47
Show Gist options
  • Save 5shekel/83ffb7553f355c3c25f8 to your computer and use it in GitHub Desktop.
Save 5shekel/83ffb7553f355c3c25f8 to your computer and use it in GitHub Desktop.
avisynth is a scripting language for video
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