Jump to content

VLC media player: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
clean up, typo(s) fixed: which which → which using AWB
Lumu (talk | contribs)
-> svg
Line 1: Line 1:
{{Infobox software
{{Infobox software
| name = VLC media player
| name = VLC media player
| logo = VLC icon.png
| logo = VLC Icon.svg
| screenshot = VLC Media Player Screenshot.png
| screenshot = VLC Media Player Screenshot.png
| caption = VLC media player 2.1
| caption = VLC media player 2.1
Line 12: Line 12:
| language = 53 languages<ref>{{cite web| url = https://videolan.org/developers/i18n/vlcstat.php| title = VLC media player localization| publisher = Videolan.org| date = | accessdate = 2012-01-06}}</ref>
| language = 53 languages<ref>{{cite web| url = https://videolan.org/developers/i18n/vlcstat.php| title = VLC media player localization| publisher = Videolan.org| date = | accessdate = 2012-01-06}}</ref>
| genre = [[Media player (application software)|Media player]]
| genre = [[Media player (application software)|Media player]]
| license = [[GNU General Public License]] v2 or later and LGPL<ref>{{cite web
| license = [[GNU General Public License]] v2 or later and LGPL<ref>{{cite web | url = https://videolan.org/press/lgpl.html | title = Press Release on LGPL
| publisher = VideoLAN | date = | accessdate = 2012-02-22}}</ref><ref name="videolanvlc">{{cite web | url = https://videolan.org/vlc/releases/2.0.0.html | title = VLC 2.0 Twoflower | publisher = VideoLAN | date = | accessdate = 2012-02-22}}</ref>
| url = https://videolan.org/press/lgpl.html
| title = Press Release on LGPL
| publisher = VideoLAN
| date =
| accessdate = 2012-02-22
}}</ref><ref name="videolanvlc">{{cite web
| url = https://videolan.org/vlc/releases/2.0.0.html
| title = VLC 2.0 Twoflower
| publisher = VideoLAN
| date =
| accessdate = 2012-02-22
}}</ref>
| website = {{URL|https://videolan.org/vlc/}}
| website = {{URL|https://videolan.org/vlc/}}
}}
}}
{{Multiple images
{{Multiple images
|direction = vertical
| direction = vertical
|width = 310
| width = 310
}}
}}
'''VLC media player''' (commonly known as '''VLC''') is a [[software portability|portable]], [[free and open-source]], [[cross-platform]] [[media player (application software)|media player]] and [[streaming media]] [[Server (computing)|server]] written by the [[VideoLAN]] project.
'''VLC media player''' (commonly known as '''VLC''') is a [[software portability|portable]], [[free and open-source]], [[cross-platform]] [[media player (application software)|media player]] and [[streaming media]] [[Server (computing)|server]] written by the [[VideoLAN]] project.

Revision as of 12:27, 17 October 2013

VLC media player
Developer(s)VideoLAN Project
Initial releaseFebruary 1, 2001; 23 years ago (2001-02-01)
Stable release
Windows, Linux, & macOS3.0.21[1] Edit this on Wikidata / 5 June 2024; 10 days ago (5 June 2024)
Android3.5.4[2] Edit this on Wikidata / 6 July 2023; 11 months ago (6 July 2023)
ChromeOS1.7.3[3] Edit this on Wikidata / 23 December 2015; 8 years ago (23 December 2015)
iOS, Apple TV3.5.7[4] Edit this on Wikidata / 18 March 2024; 2 months ago (18 March 2024)
Windows (UWP)3.1.2 / 20 July 2018; 5 years ago (2018-07-20)[5][6]
Windows Phone3.1.2 / 20 July 2018; 5 years ago (2018-07-20)[7]
Repository
Written inC, C++, Objective-C using Qt
Operating systemWindows, OS X, iOS, Linux, Android, BSD, BeOS, OS/2, Solaris, Syllable, QNX[8]
Available in53 languages[9]
TypeMedia player
LicenseGNU General Public License v2 or later and LGPL[10][11]
Websitevideolan.org/vlc/

VLC media player (commonly known as VLC) is a portable, free and open-source, cross-platform media player and streaming media server written by the VideoLAN project.

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.[12]

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 and its own protocols implementations. It also gained distinction as the first player to support playback of encrypted DVDs on Linux and OS X by using the libdvdcss DVD decryption library.

History

The VideoLan project was originally started as an academic project in 1996. VLC used to stand for VideoLAN Client, but since VLC is no longer simply a client, that initialism no longer applies.[13][14] 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. 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 GNU General Public License on 1 February 2001, with authorization from the headmaster of the École Centrale Paris. The functionality of the server program, VideoLan Server (VLS), has mostly been subsumed into VLC and has been deprecated.[15] The project name has been changed to VLC media player 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.[16] The cone icon design was changed from a hand drawn low resolution icon[17] to a higher resolution CGI-rendered version in 2006, illustrated by Richard Øiestad.[18]

After 13 years of development, version 1.0.0 of VLC media player was released on July 7, 2009.[19] Version 2.0.0 of VLC media player was released on February 18, 2012.[11][20]

In 2011 and 2012, large parts of VLC were relicensed to the GNU Lesser General Public License.[21][22]

VLC is first in the sourceforge.net overall download count[23] and has been downloaded more than 1.3 billion times.[24]

VLC is now available for the iPad, iPhone, and iPod Touch on Apple's App Store. It was present in the past, was pulled due to a licensing conflict between the GPL and the iTunes Store agreement,[25] but was then resubmitted under the Mozilla Public License[26]

Design principles

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.[27]

The VLC core creates its own graph of modules dynamically, 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.

Interfaces

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 OS X, and Be API on BeOS; but all give a similar standard interface. The old default GUI was based on wxWidgets on Windows and Linux.[28]

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:

Features

Because VLC is a packet-based media player it plays almost all video content. It can play some, even if they're damaged, incomplete, or unfinished. An example: files that are still downloading via a peer-to-peer (P2P) network). 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 supported by libavcodec and libavformat. This means that VLC can play back H.264 or MPEG-4 Part 2 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 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, as in these cases the region coding is enforced by the drive itself, however, it can still brute-force the CSS encryption to play a foreign-region DVD on an RPC-2 drive. VLC media player has some filters that can distort, rotate, split, deinterlace, and mirror videos as well as 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 into 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.[29][30] 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. The program is able to convert media files into various supported formats.[31]

Operating system compatibility

File:VLC MEDIA PLAYER METRO APP.jpg
Metro-style version of VLC media player

VLC media player is a cross-platform media player, with versions for Windows, OS X, iOS, Linux, Android, BSD, BeOS, OS/2, Solaris, Syllable and QNX.[8] However, forward and backward compatibility between versions of VLC media player and different versions of OS are not maintained over more than a couple or so generations.[32] 64-bit builds are available, and an experimental version is available for 64-bit Windows.[33]

Windows 8 support

The VLC port for Windows 8 is backed by a Kickstarter campaign to add support for a new GUI based on Microsoft's Metro design language. It brings support for DVDs, VCDs and unencrypted Blu-ray Discs, all of which are not supported in Windows 8.[34] All the existing features including video filters, subtitle support and an equalizer will be present in Windows 8.

Android support

In May 2012, the VLC team stated that a version of VLC for Android was being developed.[35] A beta version has been made available on Google Play.[36]

Use of VLC with other programs

API

libVLC
Developer(s)VideoLAN Project
Initial release1 February 2001
Stable release
1.1[37]
Repository
Written inC
Operating systemCross-platform
PlatformNative, .NET, Java, Python, Go, Qt, Cocoa[37]
Available inMultilingual
TypeMultimedia Library
LicenseGNU Lesser General Public License
Websitewiki.videolan.org/LibVLC

Several APIs can connect to VLC and use its functionality:

  • libVLC API – the VLC Core, for C, C++, and C#
  • VLCKit – an Objective-C framework for Mac OS X
  • JavaScript API – the evolution of ActiveX API and Firefox integration
  • D-Bus controls
  • Go binding[38]
  • C# interface
  • Python controls[39]
  • Java API[40]
  • DirectShow filters[41]
  • Delphi/Pascal API: PasLibVlc by: "Robert Jędrzejczyk"[42]
  • Free Pascal bindings and an OOP wrapper component, via the libvlc.pp and vlc.pp units. This comes standard with the Free Pascal Compiler as of 2012-11-06.[43]
  • The Phonon multimedia API for Qt and KDE applications can optionally use VLC as a backend.

Browser plugins

On Windows, Linux, OS X, and some other Unix-like platforms, VLC provides an NPAPI plugin,[44] 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 Player web browser plugin before switching to use Adobe Flash.[45]

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 that use the VLC plugin

VLC can handle some incomplete files and in some cases 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

Input formats

VLC can read several formats, depending on the operating system VLC is running on, including:[46]

Container formats
3GP,[47] ASF, AVI, DVR-MS, FLV, Matroska, MIDI,[48] QuickTime File Format, MP4, Ogg, OGM, WAV, MPEG-2 (ES, PS, TS, PVA, MP3), AIFF, Raw audio, Raw DV, MXF, VOB, RM, DVD-Video, VCD, SVCD, CD Audio, DVB
Video formats
Cinepak, Dirac, DV, H.263, H.264/MPEG-4 AVC, HuffYUV, Indeo 3,[49] MJPEG, MPEG-1, MPEG-2, MPEG-4 Part 2, RealVideo 3&4,[50] Sorenson, Theora, VC-1,[51] VP5,[51] VP6,[51] VP8, DNxHD, Prores and some WMV.
Audio formats
AAC, AC3, ALAC, AMR,[47] DTS, DV Audio, XM, FLAC, MACE, Mod, Monkey's Audio, MP3, Opus,[52] PLS, QCP, QDM2/QDMC, RealAudio,[53] Speex, Screamtracker 3/S3M, TTA, Vorbis, WavPack,[54] WMA (WMA 1/2, WMA 3 partially).[55]
Subtitles
DVD-Video, SVCD, DVB, OGM, SubStation Alpha, SubRip, Advanced SubStation Alpha, MPEG-4 Timed Text, Text file, VobSub, MPL2,[56] Teletext.[56]
Network protocols
UDP, RTP (unicast or multicast), HTTP, FTP, MMS, RTSP, RTMP, RSS/Atom

Output formats

VLC can transcode or stream audio and video into several formats depending on the operating system, including:

Container formats
ASF, AVI, FLV,[56] Fraps,[56] MP4, Ogg, WAV, MPEG-2 (ES, PS, TS, PVA, MP3), MPJPEG, FLAC, QuickTime File Format, Matroska, WebM
Video formats
H.263, H.264/MPEG-4 AVC, MJPEG, MPEG-1, MPEG-2, MPEG-4 Part 2, VP5,[51] VP6, VP8,[51] Theora, DV
Audio formats
AAC, AC-3, DV Audio, FLAC, MP3,[57] Speex, Vorbis
Streaming protocols
UDP, HTTP, RTP, RTSP, MMS

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.[58][59]

USA

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.[60] The unauthorized decryption of CSS-encrypted DVD content or unauthorized distribution of CSS decryption tools may violate the US Digital Millennium Copyright Act,[60] 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 or commentary) under the Digital Millennium Copyright Act anticircumvention exemptions that were issued by the US Copyright Office in 2010.[61] (These exemptions do not change the DMCA's ban on the distribution of CSS decryption tools.)[62]

See also

Notes and references

  1. ^ "3.0.21". 5 June 2024. Retrieved 6 June 2024.
  2. ^ "3.5.4". 6 July 2023. Retrieved 31 October 2023.
  3. ^ "VLC - Chrome Web Store". 23 December 2015. Retrieved 4 April 2022.
  4. ^ https://apps.apple.com/us/app/vlc-media-player/id650377962. {{cite web}}: Missing or empty |title= (help)
  5. ^ "Official Download of VLC media player for Windows Store - VideoLAN". www.videolan.org. VideoLAN. 20 July 2018. Retrieved 7 August 2018.
  6. ^ "Get VLC - Microsoft Store". www.microsoft.com. VideoLAN. 20 July 2018. Retrieved 7 August 2018.
  7. ^ "Official Download of VLC media player for Windows Phone - VideoLAN". www.videolan.org. VideoLAN. 20 July 2018. Retrieved 7 August 2018.
  8. ^ a b "Official Downloads of VLC media player". Videolan.org. Retrieved 2012-01-02.
  9. ^ "VLC media player localization". Videolan.org. Retrieved 2012-01-06.
  10. ^ "Press Release on LGPL". VideoLAN. Retrieved 2012-02-22.
  11. ^ a b "VLC 2.0 Twoflower". VideoLAN. Retrieved 2012-02-22.
  12. ^ "VLC playback Features". VideoLAN. Retrieved 012-01-02. {{cite web}}: Check date values in: |accessdate= (help)
  13. ^ Jean-Baptiste Kempf (November 23, 2006). "VLC Name". Yet another blog for JBKempf. Retrieved 2007-02-24.
  14. ^ VideoLAN Team. "Intellectual Properties". VideoLAN Wiki. Retrieved 2007-07-30.
  15. ^ "The streaming solution". VideoLAN. Retrieved 2009-03-08.
  16. ^ Jon Lech Johansen (2005-06-23). "VLC cone". So sue me: Jon Lech Johansen’s blog. Retrieved 2007-02-24.
  17. ^ "vlc48x48.png" (PNG). VideoLAN Project. Retrieved 2010-03-15.
  18. ^ "vlc48x48.png" (PNG). VideoLAN Project. Retrieved 2010-03-15.
  19. ^ Ryan Paul (2009-07-08). "VLC 1.0 officially released after more than 10 years of work". Ars Technica. Retrieved 2013-01-12.
  20. ^ "Une nouvelle version du lecteur multimédia VLC, dix ans après sa création". Le Monde (in French). 2012-02-20. Retrieved 2012-02-22. {{cite web}}: Unknown parameter |trans_title= ignored (|trans-title= suggested) (help)
  21. ^ "Press Release on libVLC relicensing to LGPL". VideoLAN. 2011-12-21. Retrieved 2013-01-22.
  22. ^ "Press Release on modules relicensing to LGPL". VideoLAN. 2011-12-21. Retrieved 2013-01-22.
  23. ^ "Top Project Listings". SourceForge. Retrieved 2012-01-02.
  24. ^ "Top Project Listings". VideoLAN. Retrieved 2013-01-22.
  25. ^ "Apple pulls VLC media player from the App Store". MacNN. 2011-01-07. Retrieved 2013-01-12.
  26. ^ {{ VLC under Mozilla public relaunched. Accessed 10/10/2013
  27. ^ "VLC media player List of modules". VLC media player trac system. VideoLAN.
  28. ^ Jean-Baptiste Kempf (2007-02-10). "Qt4 Interface". Yet another blog for JBKempf. Retrieved 2013-01-13.
  29. ^ "Addons for VLC". www.vlc-addons.org. VideoLAN. 2013-01-10. Retrieved 2013-01-13.
  30. ^ "Scripting VLC in lua". the videolan forums. VideoLAN. Retrieved 2013-01-13.
  31. ^ Brad Chacos (2012-10-10). "How to master VLC, the ultimate Windows media player for power users". Video players review & comments. PC World. Retrieved 2013-01-13.
  32. ^ "VLC 2.0 and Windows 2000". VideoLAN Forums. VideoLAN. 2012-02-28. Retrieved 2013-01-12.
  33. ^ "Download official VLC media player for Windows". Videolan.org. Retrieved 2013-06-19.
  34. ^ "Beta for Windows 8 VLC app to be sent to Kickstarter backers this month". neowin.net. 2012-03-11. Retrieved 2013-04-15.
  35. ^ "VLC media player for Android". VideoLAN. Retrieved 2012-05-06.
  36. ^ "VLC for Android Beta". Google Play. 2012-07-02. Retrieved 2013-01-12.
  37. ^ a b "libVLC". VideoLAN Wiki. 2010-09-09. Retrieved 2010-10-06.
  38. ^ "Go binding Project". Github.com. 2010-08-25. Retrieved 2010-10-06.
  39. ^ "Python bindings - VideoLAN Wiki". Wiki.videolan.org. 2010-09-30. Retrieved 2010-10-06.
  40. ^ "Java binding Project". Wiki.videolan.org. 2010-01-25. Retrieved 2010-10-06.
  41. ^ Anderson, Dean (2007). "Using VideoLan VLC in DirectShow". An open source bridge from VLC to DirectShow. Retrieved 2008-02-15. {{cite web}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  42. ^ Prog.olsztyn.pl "libvlc for Delphi and FreePascal". Retrieved 2011-05-22. {{cite web}}: Check |url= value (help)
  43. ^ "SubVersion commit r22943 in the Free Pascal repository".
  44. ^ "Chapter 4. Advanced use of VLC". Videolan.org. Retrieved 2010-10-06.
  45. ^ "Open Source Patches and Mirrored Packages". Google Code. Retrieved 2010-10-06.
  46. ^ "VLC features list". VideoLAN Project. Retrieved 2007-02-24.
  47. ^ a b Until VLC 1.1.0, to use AMR as audio codec, VLC and FFmpeg had be compiled with AMR support. This is because the AMR license is not compatible with the VLC license.
  48. ^ This feature needs sound fonts and might not work on every OS
  49. ^ Indeo 4 and 5 codecs are not supported
  50. ^ from 0.9.9 and over
  51. ^ a b c d e This is from the 0.8.6 version.
  52. ^ "VLC 2.0.4 Twoflower". VideoLAN. Retrieved 2012-10-19.
  53. ^ RealAudio playback is provided through the FFmpeg library which only supports the Cook (RealAudio G2 / RealAudio 8) decoder at the moment.
  54. ^ As of 2010, only supported in mono and stereo, so no multichannel support.
  55. ^ VideoLAN team. "VLC playback Features". Retrieved 2010-01-03.
  56. ^ a b c d This is present in 0.9.0 and newer version.
  57. ^ VLC must be compiled with mp3lame support
  58. ^ "VideoLAN - Frequently Asked Questions". VideoLAN. Retrieved 2012-03-24.
  59. ^ "VideoLAN - Legal". VideoLAN. Retrieved 2012-03-24.
  60. ^ a b Horton, Steve (2009-07-17). "VLC Video Player's New DVD-Copying Feature Could Run Afoul of the MPAA". PCWorld. Retrieved 2010-11-12.
  61. ^ "Rulemaking on Exemptions from Prohibition on Circumvention of Technological Measures that Control Access to Copyrighted Works". US Copyright Office. 2010-07-28. Retrieved 2010-11-14.Template:Shuttered link
  62. ^ von Lohmann, Fred (2005). "DMCA Triennial Rulemaking: Failing Consumers Completely". Electronic Frontier Foundation. Retrieved 2010-11-14.

External links