Difference between revisions of "Documentation:Modules"
Jump to navigation
Jump to search
(Put OSC in the wrong interfaces section) |
(→Other) |
||
Line 32: | Line 32: | ||
*[[Documentation:Modules/lirc|lirc]] | *[[Documentation:Modules/lirc|lirc]] | ||
*[[Documentation:Modules/osc|osc]] | *[[Documentation:Modules/osc|osc]] | ||
+ | *[[Documentation:Modules/wiimote|Wiimote]] | ||
== Outputs == | == Outputs == |
Revision as of 15:06, 7 October 2009
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
Video Output
Stream Output
Filters
Audio Filters
Video Filters
- Adjust
- Gradient
- Invert
- Wave
- Ripple
- Motion Blur
- Psychedelic
- Noise
- Color Threshold
- Rotate
- Extract
- Logo Erase
- Gaussian Blur
- Sharpen
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
Visualizations
Access Filters
Other
Accesses
- File Input - for reading local files
- Directory
- DVDnav Input
- DVDRead Input - DVD without menu support
- VCD
- HTTP Input
- FTP Input
- UDP/RTP Input
- RTSP -
- RTMP - Real Time Media Player
- MMS - reading from the MicroSoft Media Server
- Screen Input - grabbing the currently active screen
- Fake - presents a static image as a video stream
- Raw Video - streams of bitmap images
- Matroska stream
- H.264 Video
- IVTV MPEG Encoding Card Input
Linux specific:
- DV
- DVB Input
- PVR
- Video4Linux (v4l)
- Video4Linux2 (v4l2)
- Dc 1394 FIXME: shouldn't link outside of Documentation:Modules/
Windows specific:
Access Outputs
Codecs
Audio
Video
Subtitles
Demuxers
Playlist
Muxers
Service Discovery
Misc
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.