Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • justJanne/voctomix-config
1 result
Show changes
Commits on Source (2)
......@@ -25,4 +25,5 @@ __pycache__/
# Custom
/voctomix
/gst-plugins-rs
/event.env
[mix]
videocaps=video/x-raw,format=I420,width=1920,height=1080,framerate=30/1,pixel-aspect-ratio=1/1,interlace-mode=progressive
audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000
preview=true
sources=cam1,slides,usbaudio
livesources=slides
[programoutput]
enabled = true
source = premix
videosink = kmssink
audiosink = alsasink device="hw:CARD=U192k,DEV=0"
[source.usbaudio]
......
[mix]
videocaps=video/x-raw,format=I420,width=1920,height=1080,framerate=30/1,pixel-aspect-ratio=1/1,interlace-mode=progressive
audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000
preview=true
sources=cam1,cam2,slides,usbaudio
livesources=slides
[programoutput]
enabled = true
source = premix
videosink = kmssink
audiosink = alsasink device="hw:CARD=U192k,DEV=0"
[source.usbaudio]
kind = alsa
......