Difference between revisions of "Documentation:History"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{RightMenu|documentation play howto toc}}
+
{{RightMenu|documentation play howto toc}} [[Image:Interface 2.PNG|thumb|194x150px]]
  
==Basic Playback==
+
== Overview of the VideoLAN project ==
  
===Play a file===
+
VideoLAN is a complete software solution for video streaming and playback, developed by students of the [http://www.ecp.fr Ecole Centrale Paris] and developers from all over the world, under the [http://www.gnu.org/copyleft/gpl.html GNU General Public License] (GPL).
  
To play a file, open the ''Media'' menu, and select the ''Open File'' menu item. An ''Open File'' dialog box will appear. Select the file you want to open and select ''Open''. VLC with then start playing the designated file. An alternative is to simply drag 'n' drop your file into the VLC main interface or the playlist window from the file explorer (Finder on Mac OS X).
+
VideoLAN was originally designed to stream MPEG videos on high bandwidth networks, but VideoLAN's main software, VLC media player, has evolved to become a full-featured, cross-platform media player.  
  
===Play a CD/DVD/VCD===
+
More details about the project can be found on the [http://www.videolan.org/ VideoLAN Web site].
  
To play a CD, VCD or a DVD, open the ''Media'' menu and select ''Open Disc'' menu item. In the ''Open Disk'' dialog box, select the type of media (DVD, SVCD/VCD or Audio CD). There is also an option for ''No DVD menus'', when reading a DVD. 
+
== VLC media player ==
  
You can either select the drive from which the media should be read from by selecting the drive letter from the ''Disc Device'' drop-down list or you can select the ''Browse'' button, from which you will be given a dialog box to browse to the media files.  
+
Originally called VideoLAN Client, VLC media player is VideoLAN's main software.  
  
If you want to start the DVD or VCD playback from a given title and chapter instead of from the beginning, you can set it using the ''Title'' and ''Chapter'' selectors. You can also set the ''Audio'' and ''Subtitles'' track using the selectors.  
+
VLC works on many platforms: Linux, Windows, Mac OS X, BeOS, BSD, Solaris, Familiar Linux, Yopy/Linupy and QNX.  
  
You can start playback by selecting the ''Ok'' button.
+
It can play:
  
===Play a network stream (WebRadio, WebTV, etc.)===
+
*MPEG-1, MPEG-2 and MPEG-4 / DivX files from a hard disk, a CD-ROM drive, and so on
 +
*DVDs, VCDs, and Audio CDs
 +
*From satellite cards (DVB-S)
 +
*Several types of network streams: UDP/RTP Unicast, UDP/RTP Multicast, HTTP, RTSP, MMS, etc.  
 +
*From acquisition or encoding cards (on GNU/Linux and Windows only)
  
To open a network stream, open the ''Media'' menu and select the ''Open Network Stream'' menu item. A dialog box will then open with three user input boxes.  
+
VLC can also be used as a streaming server. These aspects are detailed in the [[Documentation:Streaming HowTo|Streaming HowTo]].  
  
The first one is for the user to select the ''Protocol'' of the stream which they wish to open (HTTP/HTTPS/MMS/FTP/RTSP/RTP/UDP/RDMP). The second box is for the user to input the ''Address'' of the stream and the third one is for the user to select the appropriate port.
+
The present guide describes all the playback (client) aspects of VLC media player.  
  
You can then start playback by selecting the ''Ok'' button.
+
== Getting help ==
  
If you get some stuttering during playback, you can try to increase the size of the read buffer. This can be done in the ''Open Network Stream'' dialog box, by firstly checking the ''Show more options'' check box then adjusting the Caching selector, which allows you to choose the amount of time (in milliseconds) VLC should store data in its buffer before starting playback.
+
=== Documentation ===
  
===Play from an acquisition card===
+
The VideoLAN documentation is made up of four documents:
  
To play from an acquisition open the ''File'' menu, and select ''Open Capture Device''. From here you can choose the ''Capture Mode'' and the ''Video/Audio Device Name''. The user can also adjust the configuration for these devices by clicking ''Configure''. The user is also able to set the size of the video that will be played by the Direct Show plugin and options such as 'Device Properties' and 'Tuner Properties' by clicking ''Advanced Options''.  
+
*The ''Play-Howto'' (for which this article is the introduction): The complete guide to the VLC media player.  
 +
*[[Documentation:Streaming HowTo|The ''Streaming Howto'']]: The complete guide to VLC as a streaming server, including practical examples to set up a streaming solution.
 +
*[http://www.videolan.org/doc/vls-user-guide/en/vls-user-guide-en.html The ''VLS user guide'']: The complete guide for VLS (VideoLAN's legacy streaming server)
 +
*[[FAQ]]: Frequently Asked Questions about VideoLAN.
  
For Video4Linux devices, you can set the name of the video and audio devices using the "Video device name" and "Audio device name" text inputs. The "Advanced options..." button allows to select some further settings useful in some rare cases, such as the chroma of the input (the way colors are encoded) and the size of the input buffer.  
+
The latest version of these documents, in a variety of languages, can be found on the [[Documentation:Documentation|documentation page]].  
  
To use a Hauppauge PVR card, select the PVR tab in the "Open" dialog box. Use the "Device" text input to set the device of the card you want to use. You can set the Norm of the tuner (PAL, SECAM or NTSC) by using the "Norm" Drop Down. The Frequency selector allows you to set the frequency of the tuner (in kHz), the bitrate selector to set the bitrate of the resulting encoded stream (in bit/s). The "Advanced Options button allows to set some more settings, such as the size of the encoded video (in pixels), its framerate (in frame per second), the interval between 2 key frames, etc.
+
=== User support ===
  
After setting the appropriate action you can begin playback by clicking 'Play'
+
There are different methods to get support from The VideoLAN team. For more details, please visit our [http://www.videolan.org/support/ Support page].
 +
 
 +
{{Documentation}}

Revision as of 11:47, 23 December 2010

VLC User Guide

Quick Start Guide
Installing VLC
History
Usage
Interface
Open Media
Audio
Video
Playback
Playlist
Subtitles
Video and Audio Filters
Snapshots
Hotkeys
Uninstalling VLC
Troubleshooting
Advanced usage
Using VLC inside a webpage
Command line
Alternative Interfaces
Misc

Appendix
Building Pages for the HTTP Interface
Format String
Building Lua Playlist Scripts
View this alone
Interface 2.PNG

Overview of the VideoLAN project

VideoLAN is a complete software solution for video streaming and playback, developed by students of the Ecole Centrale Paris and developers from all over the world, under the GNU General Public License (GPL).

VideoLAN was originally designed to stream MPEG videos on high bandwidth networks, but VideoLAN's main software, VLC media player, has evolved to become a full-featured, cross-platform media player.

More details about the project can be found on the VideoLAN Web site.

VLC media player

Originally called VideoLAN Client, VLC media player is VideoLAN's main software.

VLC works on many platforms: Linux, Windows, Mac OS X, BeOS, BSD, Solaris, Familiar Linux, Yopy/Linupy and QNX.

It can play:

  • MPEG-1, MPEG-2 and MPEG-4 / DivX files from a hard disk, a CD-ROM drive, and so on
  • DVDs, VCDs, and Audio CDs
  • From satellite cards (DVB-S)
  • Several types of network streams: UDP/RTP Unicast, UDP/RTP Multicast, HTTP, RTSP, MMS, etc.
  • From acquisition or encoding cards (on GNU/Linux and Windows only)

VLC can also be used as a streaming server. These aspects are detailed in the Streaming HowTo.

The present guide describes all the playback (client) aspects of VLC media player.

Getting help

Documentation

The VideoLAN documentation is made up of four documents:

  • The Play-Howto (for which this article is the introduction): The complete guide to the VLC media player.
  • The Streaming Howto: The complete guide to VLC as a streaming server, including practical examples to set up a streaming solution.
  • The VLS user guide: The complete guide for VLS (VideoLAN's legacy streaming server)
  • FAQ: Frequently Asked Questions about VideoLAN.

The latest version of these documents, in a variety of languages, can be found on the documentation page.

User support

There are different methods to get support from The VideoLAN team. For more details, please visit our Support page.

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.