I want to create a mosaic with vlc with an image on the background.
My problem is the image doesn't stay, it's just appear 1 second.
I tried to put the image on loop but it's crap, the image appear , disapear, appear ...
Which option should i use and how because i have some problems with the syntax too ...
Thanx eveybody here my code ...
del all
new bg broadcast enabled loop
setup bg option sub-filter=mosaic
setup bg input "C:\Documents and Settings\Arcturus !\Mes documents\Mes images\desktop.jpg"
#setup bg output #bridge-in{offset=100}:display
# Mosaic options
setup bg option mosaic-alpha=255
setup bg option mosaic-height=200
setup bg option mosaic-width=300
setup bg option mosaic-align=5
setup bg option mosaic-xoffset=10
setup bg option mosaic-yoffset=10
setup bg option mosaic-vborder=5
setup bg option mosaic-hborder=10
setup bg option mosaic-position=1
setup bg option mosaic-rows=2
setup bg option mosaic-cols=3
setup bg option mosaic-order=Camera1,Camera2,Camera3,Camera4,Camera5,Camera6
setup bg option mosaic-delay=0
setup bg option mosaic-keep-picture
# Input options
new Camera1 broadcast enabled
setup Camera1 input "C:\StopFluide1.mpeg"
setup Camera1 output #duplicate{dst=mosaic-bridge{id=Camera1,width=93,height=97},select=video,dst=bridge-out{id=0},select=audio}
new Camera2 broadcast enabled
setup Camera2 input "C:\StopFluide2.mpg"
setup Camera2 output #duplicate{dst=mosaic-bridge{id=Camera2,width=93,height=97},select=video,dst=bridge-out{id=1},select=audio}
new Camera3 broadcast enabled
setup Camera3 input "C:\A09.mpg"
setup Camera3 output #duplicate{dst=mosaic-bridge{id=Camera3,width=93,height=97},select=video,dst=bridge-out{id=2},select=audio}
new Camera4 broadcast enabled
setup Camera4 input "C:\A09_2.mpg"
setup Camera4 output #duplicate{dst=mosaic-bridge{id=Camera4,width=93,height=97},select=video,dst=bridge-out{id=3},select=audio}
new Camera5 broadcast enabled
setup Camera5 input "C:\WrongWay.mpg"
setup Camera5 output #duplicate{dst=mosaic-bridge{id=Camera5,width=93,height=97},select=video,dst=bridge-out{id=4},select=audio}
new Camera6 broadcast enabled
setup Camera6 input "C:\A09.mpg"
setup Camera6 output #duplicate{dst=mosaic-bridge{id=Camera6,width=93,height=97},select=video,dst=bridge-out{id=5},select=audio}
# Launch everything
control bg play
control Camera1 play
control Camera2 play
control Camera3 play
control Camera4 play
control Camera5 play
control Camera6 play
# end of mosaic batch