Difference between revisions of "Documentation:Modules/dummy"
Jump to navigation
Jump to search
(Expand) |
(→Source code: New section: copy source code links from Dummy (bare URLs are not copyrightable); remove {{Stub}}) |
||
Line 52: | Line 52: | ||
|description=Force the dummy video output to create images using a specific [[chroma]] format instead of trying to improve performances by using the most efficient one. | |description=Force the dummy video output to create images using a specific [[chroma]] format instead of trying to improve performances by using the most efficient one. | ||
}} | }} | ||
+ | {{Clear}} | ||
− | {{ | + | == Source code == |
+ | {{file|modules/access/idummy.c|Access}} | ||
+ | {{file|modules/access_output/dummy.c|Access output}} | ||
+ | {{file|modules/audio_output/adummy.c|Audio output}} | ||
+ | {{file|modules/codec/ddummy.c|Decoder}} | ||
+ | {{file|modules/codec/edummy.c|Encoder}} | ||
+ | {{file|modules/control/dummy.c|Interface}} | ||
+ | {{file|modules/mux/dummy.c|Output muxer}} | ||
+ | {{file|modules/stream_out/dummy.c|Stream output}} | ||
+ | {{file|modules/text_renderer/tdummy.c|Text rendering}} | ||
+ | {{file|modules/video_output/vdummy.c|Video output}} | ||
+ | {{file|modules/video_output/wdummy.c|Video output for legacy video plugins}} | ||
{{Documentation}} | {{Documentation}} |
Revision as of 18:34, 29 May 2019
Dummy modules are the VLC equivalent of /dev/null
on GNU/Linux: they represent doing nothing.
List
Type | Description | Shortcut(s) |
---|---|---|
Access | Dummy input | dummy, vlc |
Access output | Dummy stream output | dummy |
Audio output | Dummy audio output | dummy |
Decoder | Dummy decoder | dummy, dump |
Encoder | Dummy encoder | dummy |
Control interface | Dummy interface | (none) |
Muxer | Dummy/Raw muxer | dummy, raw, es |
Stream output | Dummy stream output | dummy, drop |
Text renderer | Dummy font renderer | (none) |
Video output | Dummy video output | dummy, stats |
Video output (legacy video plugins) | Dummy window | dummy |
Types
Dummy decoder
Module: Dummy | |
---|---|
Type | Decoder |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Dummy decoder |
Shortcut(s) | dummy , dump
|
- dummy-save-es <boolean> : Save the raw codec data if you have selected/forced the dummy decoder in the main options. default value: disabled
Stream output
Doesn't do anything. Can be used to test other stream output chain modules without actually streaming anything.
Video output
Module: Dummy | |
---|---|
Type | Video output |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Dummy video output, Statistics video output sub-module |
Shortcut(s) | dummy
|
- dummy-chroma <string> : Force the dummy video output to create images using a specific chroma format instead of trying to improve performances by using the most efficient one. default value: NULL
Source code
- modules/access/idummy.c (Access)
- modules/access_output/dummy.c (Access output)
- modules/audio_output/adummy.c (Audio output)
- modules/codec/ddummy.c (Decoder)
- modules/codec/edummy.c (Encoder)
- modules/control/dummy.c (Interface)
- modules/mux/dummy.c (Output muxer)
- modules/stream_out/dummy.c (Stream output)
- modules/text_renderer/tdummy.c (Text rendering)
- modules/video_output/vdummy.c (Video output)
- modules/video_output/wdummy.c (Video output for legacy video plugins)
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.