Mosaic
Posted: 21 Dec 2011 12:10
I created file mosaic.conf:
I have two questions: are these two streams synchronised (I mean frame-by-frame)? And how to display it in full screen mode without border there? I would like to use it to create a side-by-side 3D video so it is very important for me.
I am using Windows 7.
Thanks for your help
Code: Select all
new channel1 broadcast enabled
setup channel1 input redefined-nintendo_1.mpg
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=240,width=176},select=video,dst=bridge-out{id=1},select=audio}:bridge-in:display
new channel2 broadcast enabled
setup channel2 input redefined-nintendo_2.mpg
setup channel2 output #duplicate{dst=mosaic-bridge{id=2,height=240,width=176},select=video,dst=bridge-out{id=2},select=audio}:bridge-in:display
new background broadcast enabled
setup background input fake://
setup background option fake-file=background.jpg
setup background option fake-aspect-ratio="4:3"
setup background option mosaic-width=352
setup background option mosaic-height=240
setup background option mosaic-keep-picture
setup background option mosaic-rows=1
setup background option mosaic-cols=2
setup background option mosaic-position=1
setup background option mosaic-order=1,2
setup background option sub-filter=mosaic
setup background output #bridge-in:display
control background play
control channel1 play
control channel2 play
control background play
control channel1 play
control channel2 play
I have two questions: are these two streams synchronised (I mean frame-by-frame)? And how to display it in full screen mode without border there? I would like to use it to create a side-by-side 3D video so it is very important for me.
I am using Windows 7.
Thanks for your help