KillAudio: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m 1 revision |
Raffriff42 (talk | contribs) m added category |
||
| Line 8: | Line 8: | ||
[[Category:Internal filters]] | [[Category:Internal filters]] | ||
[[Category:Audio_filters]] | |||
Revision as of 17:28, 8 November 2015
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)