Skip to content

Commit

Permalink
Linux video input should not contain audio.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifAndersen committed Nov 4, 2018
1 parent f6d91a9 commit bc751bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions LOG
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Commit#: TBD
* Add locks to fix potential inconsistent state in ffmpeg.
* Add a 'mirror' option to the renderer, to output to multiple places at once.
* Renderer can now split output into two files one for video, and one for audio.
* Preview window works again with live webcams


v0.2
Expand Down
2 changes: 1 addition & 1 deletion video/private/video.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
'audio (if aud-str 1 0))]
['unix
(if vid-str
(hash 'video 1 'audio 1)
(hash 'video 1)
(hash 'audio 1))]))
(define node (mk-source-node bundle
#:props (hash "start" 0
Expand Down

0 comments on commit bc751bc

Please sign in to comment.