KillAudio: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m 1 revision
 
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/killaudio.html https://avisynthplus.readthedocs.io]
</div>
{{Template:Func2Def|KillAudio(clip)|KillVideo(clip)}}
{{Template:Func2Def|KillAudio(clip)|KillVideo(clip)}}


Line 8: Line 14:


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

Latest revision as of 07:25, 18 September 2022

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


KillAudio(clip)
KillVideo(clip)

Removes the audio or video from a clip completely. Can be used, if the destination does not accept an audio or video source, or if AviSynth crashes when processing audio or video from a clip.

KillAudio() can be called at any time to remove audio, and may be chained:

DeleteFrame(KillAudio(DirectShowSource(clip)), 100)