Difference between revisions of "Documentation:Interface"

From VideoLAN Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{RightMenu|documentation play howto toc}}
+
{{RightMenu|Documentation TOC}}  
  
 
==General Interface Description==
 
==General Interface Description==
Line 13: Line 13:
 
The screenshot below shows the default interface in VLC 2.0. More features can be displayed by selecting them in the ''View'' menu.  
 
The screenshot below shows the default interface in VLC 2.0. More features can be displayed by selecting them in the ''View'' menu.  
  
[[Image:Page1.png|480x360px]]<br>
+
[[File:Page1.png|480x360px]]<br>
  
 
See also [[Documentation:Play HowTo/Basic Use/VLC 1.2 Interface on Windows 7|VLC Interface 2.0 on Windows 7]]
 
See also [[Documentation:Play HowTo/Basic Use/VLC 1.2 Interface on Windows 7|VLC Interface 2.0 on Windows 7]]
 
  
 
===Mac OS X===
 
===Mac OS X===
 
This screenshot shows the default interface that VLC had on Mac OS X until version 1.1:
 
This screenshot shows the default interface that VLC had on Mac OS X until version 1.1:
[[Image:Default Interface Mac.PNG|center|]]
+
[[File:Default Interface Mac.PNG|center|]]
  
 
Since version 2.0 the interface has been redesigned. See [[Documentation:Play_HowTo/Basic_Use/Interface_OSX|OSX 2.0 interface]].
 
Since version 2.0 the interface has been redesigned. See [[Documentation:Play_HowTo/Basic_Use/Interface_OSX|OSX 2.0 interface]].
Line 26: Line 25:
 
== Starting VLC Media Player in Windows ==
 
== Starting VLC Media Player in Windows ==
  
In Windows XP: Clic '''Start''' -> '''Programs''' -> '''VideoLAN''' -> '''VLC media player'''.
+
In Windows XP: Click '''Start''' -> '''Programs''' -> '''VideoLAN''' -> '''VLC media player'''.
  
In Windows 7: Clic '''Start''' -> '''All Programs''' -> '''VideoLAN''' -> '''VLC media player'''.
+
In Windows 7: Click '''Start''' -> '''All Programs''' -> '''VideoLAN''' -> '''VLC media player'''.
  
 
VLC is shown on the screen and a small icon {{VLC icon}} is shown in the system tray.
 
VLC is shown on the screen and a small icon {{VLC icon}} is shown in the system tray.
Line 50: Line 49:
 
* '''Control Buttons''' - The buttons below the track slider cover all the basic playback features.
 
* '''Control Buttons''' - The buttons below the track slider cover all the basic playback features.
  
[[Image:Page2.png|640px]]<br>  
+
[[File:Page2.png|640px]]<br>  
  
 
[[Documentation:Play_HowTo/Basic_Use/Menus|Click here to view an explanation of every menu item.]]
 
[[Documentation:Play_HowTo/Basic_Use/Menus|Click here to view an explanation of every menu item.]]
  
[[Image:Playbackcontrols.png|640x480px]]
+
[[File:Playbackcontrols.png|640x480px]]
  
 
== Opening media ==
 
== Opening media ==
Line 68: Line 67:
 
VLC is also used as a client to receive, decode and display MPEG streams. MPEG-1, MPEG-2 and MPEG-4 streams received from the network or an external device can be sent to one machine or a group of machines.  
 
VLC is also used as a client to receive, decode and display MPEG streams. MPEG-1, MPEG-2 and MPEG-4 streams received from the network or an external device can be sent to one machine or a group of machines.  
  
[[Image:Streamingdiag.JPG]]  
+
[[File:Streamingdiag.JPG]]  
  
To stream a file:  
+
'''To stream a file''':  
  
#Select ''Open Network Stream'' from the ''Media'' menu. The ''Open Media'' dialog box is displayed with the ''Network'' tab selected. [[Image:Vlc_network_stream.PNG|480x360px]]
+
#From the '''Media''' menu, select '''Open Network Stream'''. The ''Open Media'' dialog box loads with the ''Network'' tab selected.
#Type the network URL in the text box
+
#In the '''Please enter a network URL''' text box, Type the network URL.
#Click ''Play''.  
+
#Click '''Play'''.  
  
 
Note: When VLC plays a stream, the track slider shows the progress of the playback.
 
Note: When VLC plays a stream, the track slider shows the progress of the playback.
  
For more information, refer to the [http://wiki.videolan.org/Documentation:Play_HowTo/Basic_Use#Play_a_network_stream_.28WebRadio.2C_WebTV.2C_etc..29 VLC usage page]
+
For more information, refer to [[Documentation:Streaming HowTo/Receive and Save a Stream]]
 +
 
 +
[[File:Vlc_network_stream.PNG|480x360px]]
  
 
== Converting and Saving a Media File Format  ==
 
== Converting and Saving a Media File Format  ==
  
VLC can convert media files from one format to another. To convert a media file:
+
VLC can convert media files from one format to another.  
 +
 
 +
'''To convert a media file''':
  
#Select ''Convert/Save'' from the 'Media' menu. The ''Open media'' dialog box is displayed.
+
#From the '''Media''' menu, select '''Convert/Save'''. The ''Open media'' dialog window appears.
#Click ''Add...''. A file selection box is displayed.
+
#Click '''Add...'''. A file selection dialog window appears.
#Select the file you want to convert and click ''Open''. The ''Convert'' dialog box is displayed.
+
#Select the file you want to convert and click '''Open'''. The ''Convert'' dialog window appears.
#Write the path and file name where you want to store the converted file in the ''Destination File'' text box.
+
#In the '''Destination file''' text box, indicate the path and file name where you want to store the converted file.
#Select a conversion profile.
+
#From the '''Profile''' drop-down, select a conversion profile.
#Click ''Start''.
+
#Click '''Start'''.
  
 
[[File:Basic_interface_convert.png]]
 
[[File:Basic_interface_convert.png]]
  
 
{{Documentation}}
 
{{Documentation}}
 +
 +
[[Category:Interfaces|*]]

Latest revision as of 02:55, 2 February 2019

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

General Interface Description

VLC has several interfaces:

  • A cross-platform interface for Windows and GNU/Linux, which is called Qt.
  • A native Mac OS X interface.
  • An interface that supports skins for both Windows and GNU/Linux.

The operation of VLC is essentially the same in all the interfaces.

Windows and GNU/Linux (Qt)

The screenshot below shows the default interface in VLC 2.0. More features can be displayed by selecting them in the View menu.

Page1.png

See also VLC Interface 2.0 on Windows 7

Mac OS X

This screenshot shows the default interface that VLC had on Mac OS X until version 1.1:

Default Interface Mac.PNG

Since version 2.0 the interface has been redesigned. See OSX 2.0 interface.

Starting VLC Media Player in Windows

In Windows XP: Click Start -> Programs -> VideoLAN -> VLC media player.

In Windows 7: Click Start -> All Programs -> VideoLAN -> VLC media player.

VLC is shown on the screen and a small icon LargeVLC.png is shown in the system tray.

Stopping VLC Media Player

There are three ways to quit VLC:

  • Right click the VLC icon (LargeVLC.png) in the tray and select Quit (Alt-F4).
  • Click the Close button in the main interface of the application.
  • In the Media menu, select Quit (Ctrl-Q).

Basic interface quit.png

Notification Area Icon LargeVLC.png

Clicking this icon shows or hides the VLC interface. Hiding VLC does not exit the application. VLC keeps running in the background when it is hidden. Right clicking the icon in the notification area shows a menu with basic operations, such as opening, playing, stopping, or changing a media file.

Main Interface

The main interface has the following areas:

  • Menu bar.
  • Track slider - The track slider is below the menu bar. It shows the playing progress of the media file. You can drag the track slider left to rewind or right to forward the track being played. When a video file is played, the video is shown between the menu bar and the track slider.
    Note: When a media file is streamed, the track slider does not move because VLC cannot know the total duration.
  • Control Buttons - The buttons below the track slider cover all the basic playback features.

Page2.png

Click here to view an explanation of every menu item.

Playbackcontrols.png

Opening media

See Documentation:Play HowTo/Basic Use 0.9/Opening modes

Streaming Media Files

Streaming is a method of delivering audio or video content across a network without the need to download the media file before it is played. You can view or listen to the content as it arrives. It has the advantage that you don't need to wait for large media files to finish downloading before playing them.

VideoLan is designed to stream MPEG videos on high bandwidth networks. VLC can be used as a server to stream MPEG-1, MPEG-2 and MPEG-4 files, DVDs and live videos on the network in unicast or multicast. Unicast is a process where media files are sent to a single system through the network. Multicast is a process where media files are sent to multiple systems through the network.

VLC is also used as a client to receive, decode and display MPEG streams. MPEG-1, MPEG-2 and MPEG-4 streams received from the network or an external device can be sent to one machine or a group of machines.

Streamingdiag.JPG

To stream a file:

  1. From the Media menu, select Open Network Stream. The Open Media dialog box loads with the Network tab selected.
  2. In the Please enter a network URL text box, Type the network URL.
  3. Click Play.

Note: When VLC plays a stream, the track slider shows the progress of the playback.

For more information, refer to Documentation:Streaming HowTo/Receive and Save a Stream

Vlc network stream.PNG

Converting and Saving a Media File Format

VLC can convert media files from one format to another.

To convert a media file:

  1. From the Media menu, select Convert/Save. The Open media dialog window appears.
  2. Click Add.... A file selection dialog window appears.
  3. Select the file you want to convert and click Open. The Convert dialog window appears.
  4. In the Destination file text box, indicate the path and file name where you want to store the converted file.
  5. From the Profile drop-down, select a conversion profile.
  6. Click Start.

Basic interface convert.png

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.