We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d91a9 commit bc751bcCopy full SHA for bc751bc
LOG
@@ -11,6 +11,7 @@ Commit#: TBD
11
* Add locks to fix potential inconsistent state in ffmpeg.
12
* Add a 'mirror' option to the renderer, to output to multiple places at once.
13
* Renderer can now split output into two files one for video, and one for audio.
14
+* Preview window works again with live webcams
15
16
17
v0.2
video/private/video.rkt
@@ -867,7 +867,7 @@
867
'audio (if aud-str 1 0))]
868
['unix
869
(if vid-str
870
- (hash 'video 1 'audio 1)
+ (hash 'video 1)
871
(hash 'audio 1))]))
872
(define node (mk-source-node bundle
873
#:props (hash "start" 0
0 commit comments