Documentation:Interface

From VideoLAN Wiki
Jump to navigation Jump to search
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

VLC has several interfaces:

General Interface Description

VLC has several main interfaces:

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

Below are screenshots of VLC on various interfaces. Despite these different interfaces, VLC's functions essentially work the same on all operating systems.

Windows and GNU/Linux (Qt)

The interface shown below is the default interface in VLC 2.0, the Qt-based interface. 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

The following interface was the default for VLC on Mac OS X until VLC 1.1:

Default Interface Mac.PNG

Starting from 2.0.0, the interface has been redesigned - see OSX 2.0 interface.

Starting VLC Media Player

To start VLC Media Player:

  1. Select Programs from the Start menu.
  2. Select VideoLAN and select the VLC media player.

Or:

  1. Type vlc in your console.

When you start VLC media player, the VLC interface 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 to show or hide VLC from the screen and the taskbar. 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 modes

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. The advantage is that you don't need to download large files to watch a movie or listen to music. 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 video from a camcorder can be sent to one machine or a group of machines.

Streamingdiag.JPG

To stream a file:

  1. Select Open Network Stream from the Media menu. Then the Open Media dialog box is displayed. The Network tab is selected by default.

Vlc network stream.PNG

  1. Type the network URL in the user input box
  2. Click on the Play button to begin playback of the stream.

Note: When the streaming is being done, the slider moves to show the progress.

For more information, refer to the VLC usage page

Converting and Saving a Media File Format

VLC media player is the best option for multimedia conversion. It can convert different media formats to the format of your preference. To convert a media file

  1. Select Open File from the Media menu. The Open dialog box is displayed.
  2. Select a media file and click on the Open button and then the media file will be played.
  3. Select Convert/Save from the 'Media' menu and the Convert box is displayed.
  4. Choose the Destination File and the Profile and click Start.

Basic interface convert.png