
On Windows, is the drive letter with / and :/: e.g., vlc dvd:///D:/.On GNU/Linux is the path to the block device: e.g., vlc dvd:///dev/dvd.% vlc most cases, vlc dvd:// or vlc dvd:// will do. If it does not, you can force demultiplexer and decoder (see below).Ī list of all video and audio codecs supported by VLC is available on the VLC features list. VLC should be able to recognize the file type. The following commands start VLC and start reading the given element(s): If your console supports it, you can add -color to get messages in color. To do this, use -v or -vv (this will show lower severity messages). You can also append -help-verbose if you want more detailed help.Īlso, you might want to get debug informations. So vlc -longhelp -advanced will give you all options. Adding -advanced will give the "advanced options" (for advanced users). vlc -longhelp will give all the basic options (core + modules). īy using vlc -help, you will get the basic core options. For example, the HTTP input module will add options for caching, proxy, authentication. This chapter will only describe the "general" options, i.e., the core options. There are input modules, demultiplexers, decoders, video output modules. All the multimedia processing is done by modules. The core mainly manages communication between modules. Note: Windows users have to use the -option-name="value" syntax instead of the -option-name value syntax.

You need to be quite comfortable with command line usage to use this.
OPTIONS FOR MAC WITH NO DVD PLAYER HOW TO
Here is the complete description of VLC's command line and how to use it. However, some complex operations can only be done from the command line and there are situations in which you don't need or want a GUI. 3.2 Opening a DVD or VCD, or an audio CDĪll standard operations of VLC should be available from the GUI.
