Code: Select all
new background broadcast enabled
setup background input "C:\Users\Public\Videos\YACDEV\2012_10_08\Placeholder\Placeholder.png"
setup background output #transcode{sfilter=mosaic,vcodec=h264,venc=x264{ultrafast},width=640,height=480,vb=1024,acodec=mp4a,ab=64,channels=1,samplerate=48000}:bridge-in:http{mux=ts,dst=:8080/BroadcastSeamless.ts}
setup background option image-duration=-1
setup background option image-fps=30
setup background option mosaic-height=480
setup background option mosaic-width=640
setup background option mosaic-keep-picture=1
setup background option mosaic-order=HostFullScreen,HostCaptionFullScreen,HTMLScoreboard
setup background option mosaic-offsets=0,0,0,351,0,0
setup background option mosaic-position=2
new HostFullScreen broadcast enabled
setup HostFullScreen input dshow://
setup HostFullScreen option dshow-vdev="Integrated Webcam"
setup HostFullScreen option dshow-adev="None"
setup HostFullScreen option dshow-size="640x480"
#setup HostFullScreen output #duplicate{dst=mosaic-bridge{id=HTMLScoreboard,chroma=YUVA,width=640,height=480},select=video,dst=bridge-out{id=1},select=audio}
setup HostFullScreen output #duplicate{dst=mosaic-bridge{id=HostFullScreen,chroma=YUVA,width=640,height=480},select=video,dst=bridge-out{id=1},select=audio}
new HostCaptionFullScreen broadcast enabled
setup HostCaptionFullScreen input "C:\Users\Public\Videos\YACDEV\2012_10_08\LowerThirds\LowerThirds_Test.png"
setup HostCaptionFullScreen option image-duration=-1
setup HostCaptionFullScreen option image-fps=30
setup HostCaptionFullScreen output #duplicate{dst=mosaic-bridge{id=HostCaptionFullScreen,chroma=YUVA},select=video,dst=bridge-out{id=2},select=audio}
control background play
control HostFullScreen play
control HostCaptionFullScreen play
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" --extraintf http --mosaic-width=640 --mosaic-height=480 --mosaic-keep-picture --mosaic-order=HostFullScreen,HostCaptionFullScreen,HTMLScoreboard --mosaic-offsets=0,0,0,351,0,0 --mosaic-position=2 --image-fps=30 --vlm-conf vlm_config_lite.vlm
Does anyone know how I can get mosaic to overlay one input over another, as my above VLM script attempts to do, or if there is another way to get the intended result?
I'm on Windows 7, with the vlc-2.1.0-git-20121016-0403-win64.exe nightly. (2.0.3 has a bug making my .png not render at all due to lack of PNGA support, which was fixed in recent nightlies, so I was unable to test with 2.0.3.)
Thanks.