KillAudio
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) m (added category) |
(add link to avs+ documentation) |
||
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)}} | ||
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)