Difference between revisions of "LibVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 30: Line 30:
 
* Generate thumbnails using LibVLC: {{VLCSourceFile|name=doc/libvlc/vlc-thumb.c}}
 
* Generate thumbnails using LibVLC: {{VLCSourceFile|name=doc/libvlc/vlc-thumb.c}}
 
* Quick DVD ripper: {{VLCSourceFile|name=doc/libvlc/libvlc_DVD_ripper.c}}
 
* Quick DVD ripper: {{VLCSourceFile|name=doc/libvlc/libvlc_DVD_ripper.c}}
 +
 +
=== More complex examples ===
 +
* [http://git.videolan.org/?p=libvlc-demos.git;a=tree;f=vlcinfo;hb=HEAD MediaInfo clone]
 +
* [http://git.videolan.org/?p=libvlc-demos.git;a=tree;f=webcam;hb=HEAD Cheese clone]
 +
  
 
=== Outdated samples ===
 
=== Outdated samples ===

Revision as of 16:22, 7 November 2013

One can embed libVLC (VLC SDK) media framework into an application to get multimedias capabilities.

One should be able to have the same level of features than VLC media player since VLC is based on libVLC.

libVLC is already used by several applications, see who uses libVLC?

Documentation

Please refer to the Doxygen documentation, which is the reference documentation. Make sure that the documentation matches the LibVLC version (if not, you can build it from the source code).

Some further topics are covered here:

Examples

Playback

Rendering and streaming

More complex examples


Outdated samples

Language & platforms bindings

LibVLC is a C library. It has bindings to the following other languages and frameworks: