hello
I am using VLC player to perform bluescreen blending. So the foreground should be a video shot in bluescreen and the background a jpeg file. I used the following mosaic.vlm file
###########################
new channel1 broadcast enabled
setup channel1 input gs1.mov
setup channel1 output #display{dst=mosaic-bridge{chroma=YUVA,vfilter=bluescreen},select=video}
setup channel1 enabled
new background broadcast enabled
#setup background input _MG_4367.jpg
control background play
control channel1 play
###############################
I run the following command from msys.bat file.
vlc -vvv --vlm-conf mosaic.vlm --mosaic-keep-picture --sub-filter mosaic
I use mingw/msys environment. The problem is video and image appear as two seperate interface one over the other. They dont blend into one interface with the image as background for the video.
I dont know what I am doing wrong. Can you please help me out?
the vlc version i m using is 1.1.0-rc3