Difference between revisions of "SoC 2007"
Line 43: | Line 43: | ||
robUx4 can do the mentoring. He already wrote the demux and knows mkv really well. Sounds like a nice SoC subject. | robUx4 can do the mentoring. He already wrote the demux and knows mkv really well. Sounds like a nice SoC subject. | ||
http://forum.videolan.org/viewtopic.php?t=33015 | http://forum.videolan.org/viewtopic.php?t=33015 | ||
+ | |||
+ | === Hint MP4/MOV Files === | ||
+ | |||
+ | Add video and audio hint tracks as the output file is muxed. Resulting files can be streamed from RTSP server with trickplay, like DSS/QTSS. Probably requires use of GPAC libraries. | ||
+ | |||
+ | === Extract Subtitles === | ||
+ | |||
+ | It would be great to have an easy way to extract subtitles from all | ||
+ | the types of embedding used in different formats of video streams. | ||
+ | DVB, line 23, etc. Google could be interested because it's a really | ||
+ | hard, but discrete task. And who wouldn't like search google videos | ||
+ | with text. | ||
== Proposed ones == | == Proposed ones == |
Revision as of 10:21, 4 March 2007
Reflexions for Google Summer of Code applications.
Contents
- 1 Informations
- 2 Ideas SoC 2007
- 2.1 GUI intfs for the mozilla plugins
- 2.2 BDA Drivers
- 2.3 Subtitles support
- 2.4 Fullscreen Controller
- 2.5 RTCP support
- 2.6 Vista acceleration support
- 2.7 Vout Rework (lol)
- 2.8 Working skins2 support on OSX
- 2.9 OSX Leopard support
- 2.10 Mac OS X Framework
- 2.11 VLM Schedule rework
- 2.12 WinCE port
- 2.13 Matroska (mkv) muxing
- 2.14 Hint MP4/MOV Files
- 2.15 Extract Subtitles
- 3 Proposed ones
Informations
http://code.google.com/support/bin/answer.py?answer=60303&topic=10727
We need mentors !
Ideas SoC 2007
GUI intfs for the mozilla plugins
BDA Drivers
and TV stuffs for windows
Subtitles support
SSA, freetype, whatever
Preferrably incorporating either the libass (http://sourceforge.net/projects/libass/) or asa (http://asa.diac24.net/Main_Page) libraries instead of writing our own.
Fullscreen Controller
RTCP support
Vista acceleration support
Vout Rework (lol)
Working skins2 support on OSX
OSX Leopard support
especially: QTKit Capture API, Resolution independence, iChat Theatre
Mac OS X Framework
Create a VLC framework that can be used by both VLC.app and VLCplugin.bundle. (Trac Ticket #739)
VLM Schedule rework
WinCE port
Matroska (mkv) muxing
robUx4 can do the mentoring. He already wrote the demux and knows mkv really well. Sounds like a nice SoC subject. http://forum.videolan.org/viewtopic.php?t=33015
Hint MP4/MOV Files
Add video and audio hint tracks as the output file is muxed. Resulting files can be streamed from RTSP server with trickplay, like DSS/QTSS. Probably requires use of GPAC libraries.
Extract Subtitles
It would be great to have an easy way to extract subtitles from all the types of embedding used in different formats of video streams. DVB, line 23, etc. Google could be interested because it's a really hard, but discrete task. And who wouldn't like search google videos with text.