Skip to content

Instantly share code, notes, and snippets.

@BenChung
Created July 28, 2017 17:55
Show Gist options
  • Save BenChung/f71a23b6e2533d264f1cb42019fba63e to your computer and use it in GitHub Desktop.
Save BenChung/f71a23b6e2533d264f1cb42019fba63e to your computer and use it in GitHub Desktop.
C:\Users\Ben Chung\Documents\GitHub\video\video\private\ffmpeg-pipeline.rkt:265:19: (avformat-open-input file #f #f)
C:\Users\Ben Chung\Documents\GitHub\video\video\private\video.rkt:358:17: (file->stream-bundle path)
C:\Users\Ben Chung\Documents\GitHub\video\video\private\video.rkt:186:22: (let (unsyntax (for/list ((i (in-list ....)) (j (....))) (quasisyntax ((....) ....)))) #f body ...)
C:\Users\Ben Chung\Documents\GitHub\video\video\private\video.rkt:183:17: (call-with-values (╬╗ () (let ((this v)) (let (....) ....))) list)
C:\Users\Ben Chung\Documents\GitHub\video\video\private\video.rkt:177:22: (convert-name v)
C:\Users\Ben Chung\Documents\GitHub\video\video\private\video.rkt:50:4: (file:convert source (quote video))
C:\Users\Ben Chung\Documents\GitHub\video\video\render.rkt:313:15: video-sink
C:\Users\Ben Chung\Documents\GitHub\video\video\render.rkt:309:6: (call-with-semaphore current-render-settings-lock (╬╗ () (set! video-graph (video:mk-render-graph)) (set! video-sink (....)) (set! current-render-settings ....) (match ....)))
C:\Users\Ben Chung\Documents\GitHub\video\video\render.rkt:208:4: (render/async video dest #:render-mixin render-mixin #:width width #:height height #:start ....)
C:\Users\Ben Chung\Videos\pliss\composite.rkt:28:0: (render/pretty screen "./composite" #:width 1280 #:height 720 #:fps 24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment