VLC media player

VLC media player

VLC media player 1.0.6 running on Ubuntu and playing Sintel.
Developer(s) VideoLAN Project
Initial release February 1, 2001; 11 years ago (2001-February-01)
Stable release 1.1.13 (not for all OS)  (December 20, 2011; 57 days ago (2011-12-20)) [±]
Preview release none [±]
Written in C, C++, Objective-C using Qt
Operating system GNU, Linux, Windows, Mac OS X, FreeBSD, Syllable, OS/2, BeOS [1]
Available in 53 languages
Type Media player
License GNU General Public License v2 or later
Website www.videolan.org/vlc

VLC media player (also known as VLC) is a highly portable free and open-source media player and streaming media server written by the VideoLAN project. It is a cross-platform media player, with versions for Microsoft Windows, Mac OS X, GNU, Linux, BeOS, MorphOS, BSD, Solaris, iOS, and eComStation.[2]

VLC media player supports many audio and video compression methods and file formats, including DVD-video, video CD and streaming protocols. It is able to stream over computer network and to transcode multimedia files.

VLC used to stand for VideoLAN Client, but since VLC is no longer simply a client, that initialism no longer applies.[3][4]

The default distribution of VLC includes a large number of free decoding and encoding libraries, avoiding 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

The VideoLan project was originally started as an academic project in 1996. It was intended to consist of a client and server to stream videos across a campus network. VLC was the client for the VideoLAN project, with VLC standing for VideoLan Client. Originally developed by students at the École Centrale Paris, it is now developed by contributors worldwide and is coordinated by the VideoLAN non-profit organization.

Rewritten from scratch in 1998, it was released under the GPL on 1 February 2001. The functionality of the server program, VideoLan Server (VLS), has mostly been subsumed into VLC and has been deprecated.[5] The project name has been changed to VLC because 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.[6] The cone icon design was changed from a hand drawn low resolution icon[7] to a higher resolution CGI-rendered version in 2006, illustrated by Richard Øiestad.[8]

After 13 years of development, version 1.0.0 of VLC media player was released on July 7, 2009.[9]

VLC is third in the sourceforge.net overall download count.[10] VLC was available for the iPad, iPhone, and iPod Touch from the Apple AppStore, but was pulled due to a licensing conflict between the GPL and the iTunes Store agreement.[11]

Design principles

Interfaces

VLC with the wxWidgets interface, running on KDE
VLC v1.1.5 on Mac OS X Leopard
VLC with the popular eDark theme
VLC with the ncurses interface, running on Mac OS X

In VLC, interfaces are modules, which means that VLC's core can launch one, many, or no interfaces.

The default 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 default GUI was based on wx on Windows and Linux.[12]

The interface contains an easter egg which changes the VLC traffic cone logo so that it's wearing a Santa hat. The logo changes on December 18, one week before Christmas, and reverts to its normal appearance on January 1.

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 a remote control interface and 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:

Modular design

VLC, like most multimedia frameworks, has a very modular design which makes it easier to include modules/plugins for new file formats, codecs, or streaming methods. VLC 1.0.0 has more than 380 modules.[13]

The VLC core creates dynamically its own graph of modules depending on the situation: input protocol, input file format, input codec, video card capabilities and other parameters. In VLC, almost everything is a module, like interfaces, video and audio outputs, controls, scalers, codecs, and audio/video filters.

Features

Because VLC is a packet-based media player, it can play the video content of some damaged, incomplete, or unfinished videos. (For example, files still downloading via peer-to-peer (P2P) networks). 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. The player can also use libcdio to access .iso files so that users can play files on a disk image, even if the user's operating system cannot work directly with .iso images.

VLC supports all audio and video formats and all file formats supported by libavcodec and libavformat. This means that VLC can play back H.264 or MPEG-4 video as well as support FLV or MXF file formats "out of the box" using FFmpeg's libraries. Alternatively, VLC has modules for codecs that are not based on FFmpeg's libraries. VLC is one of the free software and open source DVD players that ignores DVD region coding on RPC-1 firmware drives, making it a region-free player. However, it does not do the same on RPC-2 firmware drives. 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 output video 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. 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, by using DirectX, only available on Windows operating systems. VLC media player can create screencasts and record the desktop. On Microsoft Windows, VLC also supports the Direct Media Object (DMO) framework and can thus make use of some third-party DLLs. On most platforms, VLC can tune in to and view DVB-C, DVB-T, and DVB-S channels. On Mac OS X the separate EyeTV plugin is required, on Windows it requires the card's BDA Drivers.

VLC can be installed or run directly from a USB flash drive or other external drive. VLC can be extended through scripting. It uses the Lua scripting language.[14] VLC can play videos in the AVCHD format, a highly compressed format used in recent HD camcorders. VLC can generate a number of music visualization displays.

Use of VLC with other programs

API

libVLC
Developer(s) VideoLAN Project
Initial release 1 February 2001
Written in C
Operating system Cross-platform
Platform Native, .NET, Java, Python, Go, Cocoa[15]
Available in Multilingual
Type Multimedia Library
License GNU General Public License
Website wiki.videolan.org/LibVLC (English)

Several APIs can connect to VLC and use its functionality:

Browser plugins

On Windows, Linux, Mac, and some other Unix-like platforms, VLC provides an NPAPI plugin,[21] which enables users to view QuickTime, Windows Media, MP3, and Ogg files embedded in websites without using additional products. It supports many web browsers including Firefox, Mozilla Application Suite, and other Netscape plug-in based browsers; Safari, Chrome, and other WebKit based browsers; and Opera. Google used this plugin to build the Google Video web browser plugin before switching to use Adobe Flash.[22]

Starting with version 0.8.2, VLC also provides an ActiveX plugin, which lets people view QuickTime (MOV), Windows Media, MP3, and Ogg files embedded in websites when using Internet Explorer.

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 Internet television application Miro also uses VLC code. HandBrake, an open-source video encoder, loads libdvdcss from VLC Media Player.

Format support

Readable formats

VLC can read several formats, depending on the operating system VLC is running on.[23]

Input 
UDP/RTP unicast or multicast, HTTP, FTP, MMS, RTSP, RTMP, DVDs, VCD, SVCD, CD Audio, DVB, Video acquisition (via V4l and DirectShow), RSS/Atom Feeds, and from files stored on the user's computer.
Container formats
3GP,[24] ASF, AVI, FLV, Matroska, Musical Instrument Digital Interface (.mid/.midi),[25] 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 (8-bit; nightly builds also have 10-bit H.264 support), HuffYUV, Indeo 3,[26] MJPEG, MPEG-1, MPEG-2, MPEG-4 Part 2, RealVideo 3&4,[27] Sorenson (thus enabling direct playback of the modified Sorenson H.263 encoded videos downloaded from YouTube), Theora, VC-1,[28] VP5,[28] VP6,[28] VP8, and some WMV.
Subtitles
DVD, SVCD, DVB, OGM, SubStation Alpha, SubRip, Advanced SubStation Alpha, MPEG-4 Timed Text, Text file, Vobsub, MPL2,[29] Teletext.[29]
Audio formats
[30] AAC, AC3, ALAC, AMR,[24] DTS, DV Audio, XM, FLAC, MACE, Mod, MP3, PLS, QDM2/QDMC, RealAudio,[31] Speex, Screamtracker 3/S3M, TTA, Vorbis, WavPack,[32] WMA (WMA 1/2, WMA 3 partially).[30]

Output formats for streaming/encoding

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

Container formats
ASF, AVI, FLV,[29] Fraps,[29] MP4, Ogg, Wav, MPEG-2 (ES, PS, TS, PVA, MP3), MPJPEG, FLAC, QuickTime, Matroska
Video formats
H.263, H.264/MPEG-4 AVC, MJPEG, MPEG-1, MPEG-2, MPEG-4 Part 2, VP5,[28] VP6, VP8,[28] Theora, DV
Audio formats
AAC, AC3, DV Audio, FLAC, MP3,[33] Speex, Vorbis
Streaming protocols
UDP, HTTP, RTP, RTSP, MMS, file

Android support

As of December, 2011, the VLC team states that a version of VLC for Android "is in development".[34] On the December 29, 2011, Softpedia reports "Also important is the fact that almost every video filter can now be transcoded and it can be ported to mobile operating systems (Android and iOS) as well as 64-bit Windows."[35]

Despite no official version being yet available, a non-official Android build has been compiled by Austen Dicken, based on the "pre-alpha" source code of VLC for Android, by the VLC team.[36][37][38][39]

Legality

The VLC media player software installers for the Mac OS X platform and the Windows platform include the libdvdcss DVD decryption library, even though this library may be legally restricted in certain jurisdictions.[40]

USA

At least one recent release of the VLC media player software is able to read video and audio data from DVDs that incorporate Content Scramble System (CSS) encryption, even though the VLC media player software lacks a CSS decryption license.[41] The unauthorized decryption of CSS-encrypted DVD content and/or the unauthorized distribution of CSS decryption tools may violate the US Digital Millennium Copyright Act,[41] although the decryption of CSS-encrypted DVD content has been temporarily authorized for certain purposes (such as documentary filmmaking that uses short portions of DVD content for criticism and/or commentary) under the Digital Millennium Copyright Act anticircumvention exemptions that were issued by the US Copyright Office in 2010.[42] (These exemptions do not change the DMCA's ban on the distribution of CSS decryption tools.)[43]

See also

Notes and references

  1. ^ "Official Downloads of VLC Media Player". Videolan.org. http://www.videolan.org/vlc/#download. Retrieved 2012-01-02. 
  2. ^ "VLC playback Features". VideoLAN. http://www.videolan.org/vlc/features.php. Retrieved 2010-05-11. 
  3. ^ Jean-Baptiste Kempf (November 23, 2006). "VLC Name". Yet another blog for JBKempf. http://www.jbkempf.com/blog/post/2006/11/23/VLC-Name. Retrieved 2007-02-24. 
  4. ^ VideoLAN Team. "Intellectual Properties". VideoLAN Wiki. http://wiki.videolan.org/Intellectual_Properties#Names_.2F_Trademark. Retrieved 2007-07-30. 
  5. ^ "The streaming solution". VideoLAN. http://www.videolan.org/vlc/streaming.html. Retrieved 2009-03-08. 
  6. ^ Jon Lech Johansen (2005-06-23). "VLC cone". So sue me: Jon Lech Johansen’s blog. http://www.nanocrew.net/2005/06/23/vlc-cone/. Retrieved 2007-02-24. 
  7. ^ "vlc48x48.png" (PNG). VideoLAN Project. http://git.videolan.org/?p=vlc.git;a=blob_plain;f=share/vlc48x48.png;hb=85e4b3a17d6a107a0f73be40c52c080354b3ddd0. Retrieved 2010-03-15. 
  8. ^ "vlc48x48.png" (PNG). VideoLAN Project. http://git.videolan.org/?p=vlc.git;a=blob_plain;f=share/vlc48x48.png;hb=9ef388cc16e200fa0a4571f9b006c0d58e9ba115. Retrieved 2010-03-15. 
  9. ^ "VLC 1.0 officially released after more than 10 years of work". http://arstechnica.com/open-source/news/2009/07/vlc-10-officially-released.ars. Retrieved 2009-07-07. 
  10. ^ "Top Project Listings". SourceForge.net. http://sourceforge.net/top/topalltime.php?type=downloads. Retrieved 2012-01-02. 
  11. ^ "Apple pulls VLC media player from the App Store". MacNN. 2011-01-07. http://www.macnn.com/articles/11/01/07/move.said.to.be.related.to.licensing.dispute/. Retrieved 3 June 2011. 
  12. ^ Jean-Baptiste Kempf (February 10, 2007). "Qt4 Interface". Yet another blog for JBKempf. http://www.jbkempf.com/blog/post/2007/02/10/Qt4-Interface. Retrieved 2007-03-07. 
  13. ^ "VLC media player List of modules". VLC media player trac system. http://trac.videolan.org/vlc/browser/modules/LIST. 
  14. ^ Addons for VLC. Retrieved on 2011-22-5.
  15. ^ "libVLC - VideoLAN Wiki". Wiki.videolan.org. 2010-09-09. http://wiki.videolan.org/LibVLC. Retrieved 2010-10-06. 
  16. ^ "Go binding Project". Github.com. 2010-08-25. http://github.com/jteeuwen/go-pkg-libvlc. Retrieved 2010-10-06. 
  17. ^ "Python bindings - VideoLAN Wiki". Wiki.videolan.org. 2010-09-30. http://wiki.videolan.org/Python_bindings. Retrieved 2010-10-06. 
  18. ^ "Java binding Project". Wiki.videolan.org. 2010-01-25. http://wiki.videolan.org/Java_bindings. Retrieved 2010-10-06. 
  19. ^ Anderson, Dean; Lamberson, Jim (2007). "Using VideoLan VLC in DirectShow". An open source bridge from VLC to DirectShow. http://www.sensoray.com/support/videoLan.htm. Retrieved 2008-02-15. 
  20. ^ Prog.olsztyn.pl libvlc for Delphi and FreePascal. Retrieved on 2011-05-22.
  21. ^ "Chapter 4. Advanced use of VLC". Videolan.org. http://www.videolan.org/doc/play-howto/en/ch04.html#id293992. Retrieved 2010-10-06. 
  22. ^ "Open Source Patches and Mirrored Packages - Google Code". Code.google.com. http://code.google.com/patches.html. Retrieved 2010-10-06. 
  23. ^ "VLC features list". VideoLAN Project. http://www.videolan.org/vlc/features.html. Retrieved 2007-02-24. 
  24. ^ a b To use AMR as audio codec, VLC and FFmpeg must be compiled with AMR support. This is because the AMR license is not compatible with the VLC license.
  25. ^ This feature needs sound fonts and might not work on every OS
  26. ^ Indeo 4 and 5 codecs are not supported
  27. ^ from 0.9.9 and over
  28. ^ a b c d e This is from the 0.8.6 version.
  29. ^ a b c d This is present in 0.9.0 and newer version.
  30. ^ a b VideoLAN team. "VLC playback Features". http://www.videolan.org/vlc/features.php?cat=audio. Retrieved 2010-01-03. 
  31. ^ Real Audio playback is provided through the FFmpeg library which only supports the Cook (RealAudio G2 / RealAudio 8) decoder at the moment.
  32. ^ As of 2010, only supported in mono and stereo, so no multichannel support.
  33. ^ VLC must be compiled with mp3lame support
  34. ^ "VLC media player for Android". VideoLAN. http://www.videolan.org/vlc/download-android.html. Retrieved 2012-01-02. 
  35. ^ "VLC 1.2.0 pre-release is out, with partial support for Blu-rays". News.softpedia.com. 2011-12-29. http://news.softpedia.com/news/VLC-1-2-0-Pre-release-Is-Out-with-Partial-Support-for-Blu-Rays-243672.shtml. Retrieved 2012-01-02. 
  36. ^ "VideoLAN for Android (pre-alpha)". Cvpcs.org. 2011-09-26. http://cvpcs.org/blog/2011-09-18/videolan_for_android_pre-alpha. Retrieved 2012-01-02. 
  37. ^ "VLC Media Player for Android is almost a reality". Geek.com. 2011-09-26. http://www.geek.com/articles/mobile/vlc-player-for-android-is-almost-a-reality-20110926/. Retrieved 2012-01-02. 
  38. ^ "Unofficial VLC Player for Android "pre-Apha" released". Zeropaid.com. 2011-09-26. http://www.zeropaid.com/news/95996/unofficial-vlc-player-for-android-pre-apha-released/. Retrieved 2012-01-02. 
  39. ^ "Download VLC for Android... sort of". Gizmodo.com. 2011-09-23. http://gizmodo.com/5843399/download-vlc-for-androidsort-of. Retrieved 2012-01-02. 
  40. ^ "VideoLAN - VideoLAN - Frequently Asked Questions". VideoLAN. http://www.videolan.org/support/faq.html. Retrieved 2010-11-12. 
  41. ^ a b Horton, Steve (2009-07-17). "VLC Video Player's New DVD-Copying Feature Could Run Afoul of the MPAA". PCWorld. http://www.pcworld.com/article/168622/. Retrieved 2010-11-12. 
  42. ^ "Rulemaking on Exemptions from Prohibition on Circumvention of Technological Measures that Control Access to Copyrighted Works". US Copyright Office. 2010-07-28. http://www.copyright.gov/1201/. Retrieved 2010-11-14. 
  43. ^ von Lohmann, Fred (2005). "DMCA Triennial Rulemaking: Failing Consumers Completely". Electronic Frontier Foundation. http://www.eff.org/deeplinks/2005/11/dmca-triennial-rulemaking-failing-consumers-completely. Retrieved 2010-11-14. 

External links