[vlc-devel] vlc: svn commit r10017 (dionoea)

Subversion daemon svn at videolan.org
Mon Feb 21 14:13:52 CET 2005


r10017 | dionoea | 2005-02-21 14:13:52 +0100 (Mon, 21 Feb 2005) | 31 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/video_filter/Modules.am
   A /trunk/modules/video_filter/mosaic.c
   M /trunk/modules/video_output/Modules.am
   A /trunk/modules/video_output/picture.c
   A /trunk/modules/video_output/picture.h

Basic mosaic, video blending modules
 * picture.c picture.h : vout that copies the rendered image in a libvlc
                         object.
 * mosaic.c : sub filter that takes all the images created by the picture
              module and blends them over the current video

I think i still have loads of things to fix (like memleaks)

Simple vlm configuration file to see this work :
<<<<
new chan1 broadcast enabled
setup chan1 input somevideo1.avi
setup chan1 option vout=picture

new chan2 broadcast enabled
setup chan2 input somevideo2.avi
setup chan2 option vout=picture

new bg broadcast enabled
setup bg input somevideo0.avi
setup bg option sub-filter=mosaic

control bg play
control chan1 play
control chan2 play
>>>>

You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf



-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list