[vlc-devel] vlc: svn commit r10264 (massiot)

Subversion daemon svn at videolan.org
Thu Mar 10 18:23:44 CET 2005


r10264 | massiot | 2005-03-10 18:23:43 +0100 (Thu, 10 Mar 2005) | 12 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/modules/access/Modules.am
   A /trunk/modules/access/fake.c
   M /trunk/modules/stream_out/Modules.am
   A /trunk/modules/stream_out/switcher.c

* modules/stream_out/switcher.c: New module allowing to replace an MPEG2
  video by a fixed panel (format .uyvy). Specify panel files with
  --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
  pictures with --sout-switcher-sizes=720x576,720x576,480x576.
  --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
  switches to panel #1 (0 is the live video, -1 disables all output).
  The audio is blanked out when a panel is active. --sout-switcher-command
  specifies the first command to run on start-up.
* modules/access/fake.c: Fake video input simulating a video at x fps.
  Use it to switch between fixed panels with the switcher when you have
  no video.

-- 
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