KillAudio

From Avisynth wiki
Revision as of 17:02, 9 May 2013 by Admin (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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)