Difference between revisions of "Documentation:Interface"
(Removed the first two steps, which were unnecessary, and added detail and broke into smaller pieces the other two.) |
|||
Line 88: | Line 88: | ||
== Converting and Saving a Media File Format == | == Converting and Saving a Media File Format == | ||
− | VLC | + | VLC can convert media files from one format to another. To convert a media file: |
− | #Select '' | + | #Select ''Convert/Save'' from the 'Media' menu. The ''Open media'' dialog box is displayed. |
− | # | + | #Click ''Add...''. A file selection box is displayed. |
− | #Select '' | + | #Select the file you want to convert and click ''Open''. The ''Convert'' dialog box is displayed. |
− | # | + | #Write the path and file name where you want to store the converted file in the ''Destination File'' text box. |
+ | #Select a conversion profile. | ||
+ | #Click ''Start''. | ||
[[File:Basic_interface_convert.png]] | [[File:Basic_interface_convert.png]] |
Revision as of 16:20, 10 December 2012
VLC has several interfaces:
Contents
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.
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:
Starting from 2.0.0, the interface has been redesigned - see OSX 2.0 interface.
Starting VLC Media Player
To start VLC Media Player:
- Select Programs from the Start menu.
- Select VideoLAN and select the VLC media player.
Or:
- Type vlc in your console.
When you start VLC media player, the VLC interface is shown on the screen and a small icon is shown in the system tray.
Stopping VLC Media Player
There are three ways to quit VLC:
- Right click the VLC icon () 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).
Notification Area Icon
Clicking this icon shows or hides 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.
Click here to view an explanation of every menu item.
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.
To stream a file:
- Select Open Network Stream from the Media menu. The Open Media dialog box is displayed with the Network tab selected.
- Type the network URL in the text box
- Click Play.
Note: When VLC plays a stream, the track slider shows the progress of the playback.
For more information, refer to the VLC usage page
Converting and Saving a Media File Format
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.
- Click Add.... A file selection box is displayed.
- Select the file you want to convert and click Open. The Convert dialog box is displayed.
- Write the path and file name where you want to store the converted file in the Destination File text box.
- Select a conversion profile.
- Click Start.