Как я могу использовать существующий источник фильма в качестве фона в VLC с помощью VLM Video Lan Manager?
Мой текущий код VLM выглядит следующим образом:
new isight broadcast
setup isight input qtcapture://
setup isight output #mosaic-bridge{chroma=YUVA,vfilter=alphamask{mask=../mask.png},width=320,height=240}
setup isight enabled
new background broadcast enabled
setup background input fake://
setup background option fake-file=/Users/imac/Desktop/bg.png
setup background option fake-aspect-ratio="4:3"
setup background option mosaic-width=400
setup background option mosaic-height=300
setup background option mosaic-keep-picture
setup background option mosaic-rows=1
setup background option mosaic-cols=1
setup background option mosaic-position=1
setup background option mosaic-order=1,1,1,1
setup background output #transcode{sfilter=mosaic,vcodec=mp4v,vb=10000,scale=1,acodec=mp4a,ab=512}:bridge-in{delay=400,id-offset=100}:standard{access=file,mux=mp4,dst=test.mp4}
control isight play
control background play