[vlc-devel] vlc: svn commit r12116 (jpsaman)

Subversion daemon svn at videolan.org
Thu Aug 11 00:08:51 CEST 2005


r12116 | jpsaman | 2005-08-11 00:08:50 +0200 (Thu, 11 Aug 2005) | 12 lines
Changed paths:
   M /trunk/Makefile.am
   M /trunk/configure.ac
   M /trunk/include/stream_output.h
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_objects.h
   A /trunk/include/vlc_osd.h
   M /trunk/include/vlc_symbols.h
   M /trunk/modules/LIST
   M /trunk/modules/codec/dvbsub.c
   M /trunk/modules/control/rc.c
   M /trunk/modules/stream_out/transcode.c
   M /trunk/modules/video_filter/Modules.am
   A /trunk/modules/video_filter/osdmenu.c
   M /trunk/src/Makefile.am
   M /trunk/src/misc/modules.c
   M /trunk/src/misc/objects.c
   A /trunk/src/osd
   A /trunk/src/osd/osd.c
   A /trunk/src/osd/osd_parser.c
   A /trunk/src/osd/osd_widgets.c

Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored.

To stream use a commandline similar to this:

./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv

For local playback a commandline like this is needed:

./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv

Have fun with the basic functionality - jpsaman.

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