Difference between revisions of "Interfaces"

From VideoLAN Wiki
Jump to navigation Jump to search
m (→‎Using an interface: vlc:quit is deprecated)
Line 70: Line 70:
 
== See also ==
 
== See also ==
 
* '''See also [[:Category:Interfaces]]'''
 
* '''See also [[:Category:Interfaces]]'''
 +
FLV to Video Converter to [http://www.flvsoft.com/flv_to_dvd/ convert FLV to DVD], including On2 vp6 video FLV, H263 video FLV, Nelly Moser audio FLV, MP3 audio FLV and audio-only.
 +
 +
[http://www.flvsoft.com/flv_to_video/ FLV to Video Converter] Pro 2 is an easy-to-use tool for converting FLV files to popular video and audio formats.
 +
 +
Compare prices on [http://www.pavtube.com/video_to_iphone/ best iphone video converter] for deals on more Electronics products.
 +
 +
Pavtube [http://www.pavtube.com/video_to_iphone/ iPhone video converter],  can convert AVI, MPEG, WMV, MOV, etc to Apple iPod video.
 +
 +
[http://www.pavtube.com/dvd_to_gphone/ Convert DVD to GPhone] by code H.264/MPEG/MPEG-4 with amazing sound and super.
 +
 +
An excellent [http://www.pavtube.com/mod-converter-mac/ MOD converter Mac] OS X software to convert MOD files to all popular format files.
  
 
[[Category:Interfaces]]
 
[[Category:Interfaces]]

Revision as of 06:03, 2 April 2010

Interfaces are the way you interact with VLC media player. Like anything else in VLC, they are modules, which allows for their interchangeability (see below).

Main interfaces

VLC has four main graphical interfaces:

Used to be wxWidgets Interface (wx) before.
  • The skins2 Interface is an interface where you can customize VLC's look (works on Linux and Windows).
  • The Mac OS X Interface is the default (and only) graphical interface on Mac OS X.
  • The BeOS Interface is the default (and only) graphical interface on BeOS.

Full list

Besides the above main interfaces, VLC contains many more:

qt Current (>=0.9.0) default Qt4 interface on Linux and Windows.
wx Previous (<0.9.0) default wxWidgets interface on Linux and Windows.
skins2 Load VLC with a skin. (Linux and Windows only)
macosx Default Mac OS X interface.
beos Default BeOS interface.
http Web Interface, used for controlling VLC from over a network.
gestures Mouse Gestures, where you can control VLC by moving the mouse
rc, ncurses, telnet Console Interfaces, non-graphical interfaces.
showintf Show interfaces module.
hotkeys and joystick Control VLC with the keyboard/joystick.
dummy Don't use an interface.

Listing the available interfaces

To get a list of available interfaces, running VLC with the -l option:

vlc -l

This also displays the muxers and encoders/decoders and puts it in a file called "vlc-help.txt". On Linux, run

vlc -l | grep -i interface

to display the interfaces.

Using an interface

To run VLC with a different primary interface, use the following command:

vlc --intf name

You can also use

vlc -I name

You can also change the default in the Preferences.

However, you can also launch more than one interface:

vlc --intf qt --extraintf sap,telnet,http

This will launch VLC with the default QT interface, but will also launch the sap, telnet and web interface in addition to the QT one. The default for this can also be changed in the preferences.

Note that if you only use the dummy interface, you won't be able to tell vlc to quit - you may have to break it manually with Ctrl+C; or use vlc://quit as the last item on the playlist.

See also

FLV to Video Converter to convert FLV to DVD, including On2 vp6 video FLV, H263 video FLV, Nelly Moser audio FLV, MP3 audio FLV and audio-only.

FLV to Video Converter Pro 2 is an easy-to-use tool for converting FLV files to popular video and audio formats.

Compare prices on best iphone video converter for deals on more Electronics products.

Pavtube iPhone video converter, can convert AVI, MPEG, WMV, MOV, etc to Apple iPod video.

Convert DVD to GPhone by code H.264/MPEG/MPEG-4 with amazing sound and super.

An excellent MOD converter Mac OS X software to convert MOD files to all popular format files.