[vlc-devel] Module list description/dependencies?
Pierre d'Herbemont
pdherbemont at free.fr
Tue Jul 10 00:00:36 CEST 2007
On 9 juil. 07, at 23:17, Tony Anecito wrote:
> Hi Vlc Dev Team,
>
> Do you have a list with the description of the modules/
> dependencies? I am working on cutting down the size of the vlc dll
> distribution. Since I am using java and swing for my ui then the
> qt4 and skins wxwidgets I plan to drop from my distribution. Since
> this is a client app I plan to not distribute code for a streaming
> server but not sure what module that is.
> My goal is to get to 1-2MB for the distribution if possible.
>
> Again just want to start with windows distribution for viewing avi,
> mov, flv, wmv, mpeg2 & 4.
Hello Tony,
Basically you need:
- ffmpeg with support for the codec/demuxer you want.
- the ffmpeg vlc module.
- a video output module,
- a sound output module.
- a chroma module
- audio filter, mixer, sampler module
- some access module like file and http.
You may reach something aroung the MB for the binaries, if you strip
the debug code.
Good luck,
Pierre.
_______________________________________________
vlc-devel mailing list
vlc-devel at videolan.org
http://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list