Difference between revisions of "MOD"
Jump to navigation
Jump to search
m (spelling) |
(→Module options: Transclude Documentation:Modules/mod. --mod-reverb-level is now mentioned) |
||
Line 8: | Line 8: | ||
==Module options== | ==Module options== | ||
− | + | {{Transcluded|Documentation:Modules/mod}} | |
− | + | {{:Documentation:Modules/mod}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Source code == | == Source code == | ||
{{file|modules/demux/mod.c|input demuxer}} | {{file|modules/demux/mod.c|input demuxer}} |
Latest revision as of 04:54, 25 March 2019
MOD files are collections of samples (instruments) and information on how they are played.
Mod file support comes from libmodplug.
Container format
mod
|
VLC can decode this container. The module name to use at the command line is mod. |
Module 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
- modules/demux/mod.c (input demuxer)