vlm: setup option ?
Posted: 16 Mar 2006 17:21
Hello,
I would like to ask how to use "option" in vlm scripts. I need to start multiple webcams from 1 vlm file with unique marq and same time sub-filter for all.
Theoretically
but it doesn´t work. Setup options dshow-size and option sub-filter=time:marq work, but options marq-marquee and time-position don´t. Values from general saved preferences are used instead.
It seems they are equal in command line, but not in vlm script.
Thanks for any hint.
Albert
I would like to ask how to use "option" in vlm scripts. I need to start multiple webcams from 1 vlm file with unique marq and same time sub-filter for all.
Theoretically
Code: Select all
#1
new cam1 broadcast enabled
setup cam1 input dshow://:dshow-adev="none":dshow-vdev="MSI Star Cam 370i":dshow-caching=1000
setup cam1 option dshow-size=320x240
setup cam1 option sub-filter=time:marq
setup cam1 option time-position=9
setup cam1 option marq-marquee="cam1"
setup cam1 output #transcode{vcodec=DIV3,....
#2
new cam2 broadcast enabled
setup cam2 input dshow://...
...
setup cam2 option marq-marquee="cam2"
...
control cam1 play
control cam2 play
It seems they are equal in command line, but not in vlm script.
Thanks for any hint.
Albert