ConvertToMono: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
m added category
add link to avs+ documentation
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<div {{BlueBox2|40|0|3px solid purple}} >
{{AvsPlusFullname}}<br>
Up-to-date documentation: [https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/converttomono.html https://avisynthplus.readthedocs.io]
</div>
{{Template:FuncDef|ConvertToMono(clip ''clip'')}}
{{Template:FuncDef|ConvertToMono(clip ''clip'')}}


Prior to v2.5 it converts a stereo signal to mono, and starting from v2.5 it converts a multichannel signal to mono. If the signal is already in mono, it is returned untouched.
Converts a multichannel signal to mono. If the signal is already in mono, it is returned untouched.




[[Category:Internal filters]]
[[Category:Internal filters]]
[[Category:Audio_filters]]
[[Category:Audio_filters]]

Latest revision as of 07:40, 18 September 2022

AviSynth+
Up-to-date documentation: https://avisynthplus.readthedocs.io


ConvertToMono(clip clip)

Converts a multichannel signal to mono. If the signal is already in mono, it is returned untouched.