Skip to content

Instantly share code, notes, and snippets.

@BenChung
Created July 26, 2017 20:06
Show Gist options
  • Save BenChung/7284867cfc41bc431d4625d6eff1c869 to your computer and use it in GitHub Desktop.
Save BenChung/7284867cfc41bc431d4625d6eff1c869 to your computer and use it in GitHub Desktop.
#lang racket
(require video/base)
(require video/render)
(define background (color "black"
#:properties (hash "start" 0 "end" +inf.0)))
(render/pretty background "composite.mov"
#:mode 'verbose
#:width 1280
#:height 720
#:fps 24
#:start 0
#:end 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment