Documentation:Modules/dshow
Jump to navigation
Jump to search
Module: dshow | |
---|---|
Type | Access demux |
First VLC version | 0.7.0 |
Last VLC version | - |
Operating system(s) | Windows |
Description | DirectShow input |
Shortcut(s) | - |
Options
- dshow-vdev <string> : Name of the video device that will be used by the DirectShow plugin. If you don't specify anything, the default device will be used default value: NULL
- dshow-adev <string> : Name of the audio device that will be used by the DirectShow plugin. If you don't specify anything, the default device will be used default value: NULL
- dshow-size <string> : Size of the video that will be displayed by the DirectShow plugin. If you don't specify anything the default size for your device will be used. You can specify a standard size (cif, d1, ...) or <width>x<height> default value: NULL
- dshow-aspect-ratio <string> : Define input picture aspect ratio to use. Default is 4:3 default value: 4:3
- dshow-chroma <string> : Force the DirectShow video input to use a specific chroma format (eg. I420 (default), RV24, etc.) default value: NULL
- dshow-fps <float> : Force the DirectShow video input to use a specific frame rate (eg. 0 means default, 25, 29.97, 50, 59.94, etc.) default value: 0.0f
- dshow-config <boolean> : Show the properties dialog of the selected device before starting the stream default value: disabled
- dshow-tuner <boolean> : Show the tuner properties [channel selection] page default value: disabled
- dshow-tuner-channel <integer> : Set the TV channel the tuner will set to (0 means default) default value: 0
- dshow-tuner-country <integer> : Set the tuner country code that establishes the current channel-to-frequency mapping (0 means default) default value: 0
- dshow-tuner-input <integer> {0,1,2} : Select the tuner input type (Default/Cable/Antenna) default value: 0
- dshow-video-input <integer> : Select the video input source, such as composite, s-video, or tuner. Since these settings are hardware-specific, you should find good settings in the "Device config" area, and use those numbers here. -1 means that settings will not be changed default value: -1
- dshow-video-output <integer> : Select the video output type. See the "video input" option default value: -1
- dshow-audio-input <integer> : Select the audio input source. See the "video input" option default value: -1
- dshow-audio-output <integer> : Select the audio output type. See the "video input" option default value: -1
- dshow-amtuner-mode <integer> {0,1,2,3,4} : AM Tuner mode. Can be one of Default (0), TV (1), AM Radio (2), FM Radio (3) or DSS (4) default value: AMTUNER_MODE_TV
- dshow-audio-channels <integer> : Select audio input format with the given number of audio channels (if non 0) default value: 0
- dshow-audio-samplerate <integer> : Select audio input format with the given sample rate (if non 0) default value: 0
- dshow-audio-bitspersample <integer> : Select audio input format with the given bits/sample (if non 0) default value: 0
Source code
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.