VLC
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "VLC"
.

content
VLC media player

Screenshot of VLC 0.9.6 running under Windows Vista
Developed by VideoLAN Project
Initial release February 1, 2001 (2001-02-01)
Stable release 0.9.8a  (01 December 2008; 38 days ago1) +/−
Preview release 1.0.0-gitcitation needed  (8 November 2008; 61 days ago) +/−
Written in C/C++
OS Cross-platform
Available in multilingual
Type Media player
License GNU General Public License v2 or later
Website VideoLAN.org (English)

VLC media player is a free software media player written by the VideoLAN project.

VLC is a portable multimedia player, encoder, and streamer supporting many audio and video codecs and file formats as well as DVDs, VCDs, and various streaming protocols. It is able to stream over networks and to transcode multimedia files and save them into various formats. VLC used to stand for VideoLAN Client, but that meaning is now deprecated.23

It is one of the most platform-independent players available, with versions for BeOS, Syllable, BSD, Linux, Mac OS X, Microsoft Windows, MorphOS and Solaris, and is widely used with over 100 million downloads for version 0.8.6.4

VLC includes a large number of free decoding and encoding libraries; on the Windows platform, this greatly reduces the need for finding/calibrating proprietary plugins. Many of VLC's codecs are provided by the libavcodec library from the FFmpeg project, but it uses mainly its own muxer and demuxers. It also gained distinction as the first player to support playback of encrypted DVDs on Linux by using the libdvdcss DVD decryption library.

Contents

History

Originally the VideoLAN project was intended to consist of a client and server to stream videos across a network. Originally developed by students at the École Centrale Paris, it is now developed by contributors worldwide. VLC was the client for the VideoLAN project, with VLC standing for VideoLAN Client. It was released under the GPL on February 1, 2001. The functionality of the server program, VideoLAN Server (VLS), has mostly been subsumed into VLC and has been discontinuedcitation needed. The project name was changed to VLC media player since there is no longer a client/server infrastructure.

The cone icon used in VLC is a reference to the traffic cones collected by Ecole Centrale's Networking Students' Association.5 The cone icon design was changed from a hand drawn low resolution icon6 to a higher resolution CGI rendered version in 2006.7

Design principles

VLC with the wxWidgets interface, running on KDE
VLC with the ncurses interface, running on Mac OS X
VLC's right-click Menu in Ubuntu Gutsy (detailed information on this image's page)

VLC has a very modular design which makes it easier to include modules for new file formats, codecs or streaming methods. This principle also stretches to other areas and there is a wide selection of interfaces, video and audio outputs, controls, and audio and video filter modules. There are more than 360 modules in VLC.8

Interfaces

The standard GUI is based on Qt 4 for Windows and Linux, Cocoa for Mac OS X, and Be API on BeOS; but all give a similar standard interface. The old standard GUI was based on wx on Windows and Linux.9

VLC supports highly customizable skins through the skins2 interface, also supporting Winamp 2 and XMMS skins. The customizable skins feature can malfunction depending on which version is being used.

For console users, VLC has an ncurses interface. As VLC can act as a streaming server, rather than a media player, it can be useful to control it from a remote location and there are interfaces allowing this. The Remote Control Interface is a text-based interface for doing this. There are also interfaces using telnet and HTTP (AJAX).

Control

In addition to these interfaces, it is possible to control VLC in different ways:

Features

  • VLC is popular for its ability to play the video content of incomplete, unfinished, or damaged video downloads before the files have been fully downloaded. (For example, files still downloading via BitTorrent, eMule, or Gnutella). It also plays m2t MPEG Transport Streams (.TS) files while they are still being digitized from an HDV camera via a FireWire cable, making it possible to monitor the video as it is being played. This is because it is a packet-based player.
  • The player also has the ability to use libcdio to access .iso files so that the user can play files on a disk image, even if the user's operating system does not have the capability of working directly with .iso images.
  • VLC supports all codecs and all file formats supported by FFmpeg. This means that DVD Video and MPEG-4 playback as well as support for Ogg and Matroska (MKV) file formats work "out of the box". However, this feature is not unique to VLC, as any player using the FFmpeg libraries, including MPlayer and xine-lib-based players, can play those formats without need for external codecs. VLC also supports codecs that are not included in FFmpeg.
  • VLC is one of the freeware and open source DVD players that ignores DVD region coding, making it a region free player, even on locked RPC-2 firmware.
VLC running on Windows XP during Christmas. The top-left icon shows the traffic-cone with a Santa hat over it.
  • VLC media player has some filters that can distort, rotate, split, deinterlace, mirror videos, create display walls, or add a logo overlay. It can also produce video output as ASCII art.
  • VLC media player can play high definition recordings of D-VHS tapes duplicated to a computer using CapDVHS.exe. This offers another way to archive all D-VHS tapes with the DRM copy freely tag. An entire library of tapes (or about 50 D-VHS 2 hours long) can be placed on a single terabyte sized hard drive. However, they must be imported by playing the tapes in real time, and can't simply be copied as data files.
  • Using a FireWire connection from cable boxes to computers, VLC can stream live, unencrypted content to a monitor or HDTV.
  • VLC media player can display the playing video as the desktop wallpaper, like Windows DreamScene, but this feature is not currently available on Linux.
  • VLC media player can do screencasts and record the desktop.
  • On Microsoft Windows, VLC also supports the Direct Media Object (DMO) framework and can therefore make use of some third-party DLLs.
  • VLC can be installed and run directly from a flash or other external drive.
  • VLC has an easter egg; during Christmas, the VLC logo (in the top-left corner of a running instance) of a traffic-cone changes to one with a Santa hat.

Use of VLC with other programs

API

libVLC
Developed by VideoLAN Project
Initial release February 1, 2001 (2001-02-01)
Written in C
OS Cross-platform
Platform Native, .NET, Java, Python and Cocoa
Available in multilingual
Type Multimedia Library
License GNU General Public License
Website http://wiki.videolan.org/Libvlc (English)

There are several APIs that can connect to VLC and use its functionality:

  • libVLC API, which is the VLC Core, for C, C++ and C#
  • JavaScript API, which is the evolution of ActiveX API and Firefox integration
  • D-Bus Controls
  • C# interface
  • Python controls
  • Java API10
  • DirectShow filters11

Browser plugins

Applications which use the VLC plugin

  • VLC can handle incomplete files and can be used to preview files being downloaded. Several programs make use of this, including eMule and KCeasy.
  • The free/open-source Miro also uses VLC code.

Format support

Readable formats

VLC can read several formats, depending on the operating system VLC is running on.14

Input 
UDP/RTP unicast or multicast, HTTP, FTP, MMS, RTSP, RTMP, DVDs, VCD, SVCD, CD Audio, DVB (only on Linux and on Windows in development versions), Video acquisition (via V4l and DirectShow), RSS/Atom Feeds, and from files stored on your computer.
Container formats
3GP,15 ASF, AVI, FLV, MKV, Musical Instrument Digital Interface (.mid/.midi),16 QuickTime, MP4, Ogg, OGM, WAV, MPEG-2 (ES, PS, TS, PVA, MP3), AIFF, Raw audio, Raw DV, MXF, VOB.
Video formats
Cinepak, Dirac, DV, H.263, H.264/MPEG-4 AVC, HuffYUV, Indeo 3,17 MJPEG, MPEG-1, MPEG-2, MPEG-4 Part 2, Sorenson (thus enabling direct playback of the modified Sorenson H.263 encoded videos downloaded from YouTube), Theora, VC-1,18 VP5,18 VP6,18 WMV.
Subtitles
DVD, SVCD, DVB, OGM, SubStation Alpha, SubRip, Advanced SubStation Alpha, MPEG-4 Timed Text, Text file, Vobsub, MPL2,19 Teletext.19
Audio formats
AAC, AC3, ALAC, AMR,15 DTS, DV Audio, XM, FLAC, MACE, MP3, PLS (file format), QDM2/QDMC, RealAudio,20 Speex, Screamtracker 3/S3M, TTA, Vorbis, WavPack,21 WMA.

Output formats for streaming/encoding

VLC can transcode into several formats depending on the operating system.

Container formats
ASF, AVI, FLV,19 Fraps,19 MP4, Ogg, Wav, MPEG-2 (ES, PS, TS, PVA, MP3), MPJPEG, FLAC, MOV
Video formats
H.263, H.264/MPEG-4 AVC, MJPEG, MPEG-1, MPEG-2, MPEG-4 Part 2, VP5,18 VP6,18 Theora, DV
Audio formats
AAC, AC3, DV Audio, FLAC, MP3,22 Speex, Vorbis
Streaming protocols
UDP, HTTP, RTP, RTSP, MMS, File

Unsupported formats

As of 0.9.5, VLC is unable to play files using the following formats:

However, you can use a dynamic-link library file from Real Player to make VLC play those videos.

See also

References

  1. ^ "VLC media player source code". Retrieved on 2008-12-01.
  2. ^ Jean-Baptiste Kempf (November 23, 2006). "VLC Name". Yet another blog for JBKempf. Retrieved on 2007-02-24.
  3. ^ VideoLAN Team. "Intellectual Properties". VideoLAN Wiki. Retrieved on 2007-07-30.
  4. ^ "Download Statistics". VideoLAN Project. Retrieved on 2008-03-01.
  5. ^ Jon Lech Johansen (June 23, 2005). "VLC cone". So sue me: Jon Lech Johansen’s blog. Retrieved on 2007-02-24.
  6. ^ "vlc48x48.png" (PNG). VideoLAN Project. Retrieved on 2008-08-06.
  7. ^ "vlc48x48.png" (PNG). VideoLAN Project. Retrieved on 2008-08-06.
  8. ^ "VLC media player List of modules". VLC media player trac system.
  9. ^ Jean-Baptiste Kempf (February 10, 2007). "Qt4 Interface". Yet another blog for JBKempf. Retrieved on 2007-03-07.
  10. ^ Java binding Project
  11. ^ Anderson, Dean; Lamberson, Jim (2007). "Using VideoLan VLC in DirectShow". An open source bridge from VLC to DirectShow. Retrieved on 2008-02-15.
  12. ^ Chapter 4. Advanced use of VLC
  13. ^ Open Source Patches and Mirrored Packages - Google Code
  14. ^ "VLC features list". VideoLAN Project. Retrieved on 2007-02-24.
  15. ^ a b To use AMR as audio codec, VLC and FFmpeg need to be compiled with AMR support. This is because the AMR license is not compatible with the VLC license.
  16. ^ This featue needs sound fonts and might not work on every OS
  17. ^ Indeo 4 and 5 codecs are not supported
  18. ^ a b c d e This is from the 0.8.6 version.
  19. ^ a b c d This is present in 0.9.0 and newer version.
  20. ^ Real Audio playback is provided through the FFmpeg library which only supports the Cook (RealAudio G2 / RealAudio 8) decoder at the moment.
  21. ^ Currently only supported when encapsulated in the Matroska container format, and includes no multichannel support.
  22. ^ You need to compile VLC with mp3lame support

External links

© jGames.co.uk 2007 (some content from Wikipedia under GDL ) !-- ValueClick Media 468x60 and 728x90 Banner CODE for jgames.co.uk -->
Your Ad Here