Difference between revisions of "Documentation:Modules/mod"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page marked up/adapted from source code/changelog. Module options are wrapped in <onlyinclude>...</onlyinclude> tags)
 
m (Replace Millisecond wikilink(s) with [‍[‌wiktionary:ms|ms‌]‍], misc.)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
|value=boolean
 
|value=boolean
 
|default=enabled
 
|default=enabled
|description=Enable noise reduction algorithm
+
|description=Enable noise reduction algorithm.
 
}}
 
}}
 
{{Option
 
{{Option
Line 12: Line 12:
 
|value=boolean
 
|value=boolean
 
|default=disabled
 
|default=disabled
|description=Enable reverberation
+
|description=Enable reverberation.
 
}}
 
}}
 
{{Option
 
{{Option
Line 20: Line 20:
 
|min=0
 
|min=0
 
|max=100
 
|max=100
|description=Reverberation level
+
|description=Reverberation level.
 
}}
 
}}
 
{{Option
 
{{Option
Line 28: Line 28:
 
|min=0
 
|min=0
 
|max=1000
 
|max=1000
|description=Reverberation delay, in [[millisecond]]s. Usual values are from 40 to 200ms
+
|description=Reverberation delay, in [[wiktionary:ms|ms]]. Usual values are from 40 to 200ms.
 
}}
 
}}
 
{{Option
 
{{Option
Line 34: Line 34:
 
|value=boolean
 
|value=boolean
 
|default=disabled
 
|default=disabled
|description=Enable megabass mode
+
|description=Enable megabass mode.
 
}}
 
}}
 
{{Option
 
{{Option
Line 42: Line 42:
 
|min=0
 
|min=0
 
|max=100
 
|max=100
|description=Megabass mode level
+
|description=Megabass mode level.
 
}}
 
}}
 
{{Option
 
{{Option
Line 50: Line 50:
 
|min=10
 
|min=10
 
|max=100
 
|max=100
|description=Megabass mode cutoff frequency, in Hz. This is the maximum frequency for which the megabass effect applies
+
|description=Megabass mode cutoff frequency, in Hz. This is the maximum frequency for which the megabass effect applies.
 
}}
 
}}
 
{{Option
 
{{Option
Line 56: Line 56:
 
|value=boolean
 
|value=boolean
 
|default=disabled
 
|default=disabled
|description=Surround effect
+
|description=Surround effect.
 
}}
 
}}
 
{{Option
 
{{Option
Line 64: Line 64:
 
|min=0
 
|min=0
 
|max=100
 
|max=100
|description=Surround effect level
+
|description=Surround effect level.
 
}}
 
}}
 
{{Option
 
{{Option
Line 72: Line 72:
 
|min=0
 
|min=0
 
|max=1000
 
|max=1000
|description=Surround delay, in milliseconds. Usual values are from 5 to 40 ms
+
|description=Surround delay, in [[wiktionary:ms|ms]]. Usual values are from 5 to 40 ms.
}}
+
}}</onlyinclude>
</onlyinclude>
 
  
 
== Source code ==
 
== Source code ==
 
* {{VLCSourceFile|modules/demux/mod.c}}
 
* {{VLCSourceFile|modules/demux/mod.c}}
  
{{Documentation}}
+
{{Documentation footer}}

Latest revision as of 08:48, 31 May 2019

Module: mod
Type Access demux
First VLC version 0.7.1
Last VLC version -
Operating system(s) all
Description MOD demuxer (libmodplug)
Shortcut(s) -

Options

  • mod-noisereduction <boolean> : Enable noise reduction algorithm. default value: enabled
  • mod-reverb <boolean> : Enable reverberation. default value: disabled
  • mod-reverb-level <integer [0 .. 100]> : Reverberation level. default value: 0
  • mod-reverb-delay <integer [0 .. 1000]> : Reverberation delay, in ms. Usual values are from 40 to 200ms. default value: 40
  • mod-megabass <boolean> : Enable megabass mode. default value: disabled
  • mod-megabass-level <integer [0 .. 100]> : Megabass mode level. default value: 0
  • mod-megabass-range <integer [10 .. 100]> : Megabass mode cutoff frequency, in Hz. This is the maximum frequency for which the megabass effect applies. default value: 10
  • mod-surround <boolean> : Surround effect. default value: disabled
  • mod-surround-level <integer [0 .. 100]> : Surround effect level. default value: 0
  • mod-surround-delay <integer [0 .. 1000]> : Surround delay, in ms. Usual values are from 5 to 40 ms. default value: 5

Source code

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.