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

Subversion daemon svn at videolan.org
Wed Jan 19 00:49:05 CET 2005


r9777 | jpsaman | 2005-01-19 00:49:05 +0100 (Wed, 19 Jan 2005) | 11 lines
Changed paths:
   M /branches/0.8.1-jpsaman-thedj/modules/stream_out/transcode.c

First sign of OSD menu streaming. It crashes on a OSD menu command when doing transcode of the OSD menu. This is normal because there is a chroma conversion missing which should do the job. 

To get this result I lied a bit to dvbsub. I added a VLC_FOURCC( 'Y','U','V','A') to a check in dvbsub.

./vlc dvd:///media/cdrecorder/ --sub-filter osdmenu --osdmenu-file ../osd.cfg --extraintf rc -vvvvv --sout='#duplicate{dst=display,dst="transcode{osdenc=dvbsub,osdcodec=YUVP}:std{mux=ts,access=udp,url=192.168.0.1:1234}"}' --sout-all

TODO:
- YUVA -> YUVP conversion
- Fix offset problems in dvbsub


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