Skip to content

Instantly share code, notes, and snippets.

@thewestwind
Created February 19, 2015 02:38
Show Gist options
  • Save thewestwind/a73447e7ec2874eb973d to your computer and use it in GitHub Desktop.
Save thewestwind/a73447e7ec2874eb973d to your computer and use it in GitHub Desktop.
fps = 30
intro = AudioDub(ImageReader("intro.png", fps = fps, end = 5*fps-1), WAVSource("silence.wav"))
film = PointResize(ChangeFPS(DirectShowSource("dave_000.avi"), fps), 1280, 800)
result = Dissolve(intro, FadeOut(film, fps), fps)
result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment