Difference between revisions of "Documentation:Modules"

From VideoLAN Wiki
Jump to navigation Jump to search
(→‎Service Discovery: Remove redlink Documentation:Modules/shout-winamp. There is information about this sub-module at Documentation:Modules/shout#shout-winamp)
 
(3 intermediate revisions by the same user not shown)
Line 237: Line 237:
  
 
==== Playlist ====
 
==== Playlist ====
* {{docmod|playlist}}
+
* {{docmod|playlist}} (formats are read with sub-modules)
* [[Documentation:Modules/qtl|QTL]]
 
* [[Documentation:Modules/gvi|gvi]]
 
* [[Documentation:Modules/sgimb|sgimb]]
 
  
 
=== Muxers ===
 
=== Muxers ===
Line 260: Line 257:
 
* [[Documentation:Modules/sap|SAP]]
 
* [[Documentation:Modules/sap|SAP]]
 
* [[Documentation:Modules/shout|Shoutcast]]
 
* [[Documentation:Modules/shout|Shoutcast]]
* [[Documentation:Modules/shout-winamp|Winamp Shoutcast]]
 
 
* [[Documentation:Modules/podcast|podcast]]
 
* [[Documentation:Modules/podcast|podcast]]
* [[Documentation:Modules/upnp_cc|UPnP (cyberlink)]]
+
* [[Documentation:Modules/upnp|UPnP]]
* [[Documentation:Modules/upnp_intel|UPnP (intel)]]
 
  
 
=== Misc ===
 
=== Misc ===

Latest revision as of 08:36, 28 May 2019

This page lists most of the modules present in the official VLC source code. Understanding these pages might require that you know about VLC and its command line usage. It is recommended that you read the other documentation first.

To list all the available modules in your VLC build, use:

% vlc --list

To list a module's configuration options, use:

% vlc -p <modulename> --advanced --help-verbose

Interfaces

Graphical

Text

Other

Outputs

Audio Output

Android specific:

Linux specific:

macOS specific:

Windows specific:

Video Output

Linux specific:

Windows specific:

Stream Output

The following are for use in the mosaic framework only:

Filters

Audio Filters

Video Filters

The following video filters are for use in transcode only:

The following video filters are for use in the mosaic framework only:

Video Sub-Filters

Video Output Filters

Video Splitters

Visualizations

Access Filters

Other

Accesses

Linux specific:

Windows specific:

macOS specific:

  • EyeTV (up to 2.2.8) - reads DVB streams from the proprietary EyeTV.app; requires a plugin
  • qtcapture (up to 2.2.8) - reads uncompressed video from internal iSights
  • qtsound
  • avcapture

Access Outputs

  • shout (shoutcast/icecast)

Codecs

Audio

Video

Subtitles

Demuxers

Playlist

  • playlist (formats are read with sub-modules)

Muxers

Service Discovery

Misc

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.