philippas
10th December 2002, 08:14
I've got a video clip which a part of the audio is corrupted, so i want to silence that corrupt part.How can i do that with avisynth ?
I tried the following but avisynth cannot join the two segments.
vid.trim(0,a)+vid.trim(a,b).KillAudio+vid.trim(b,0)
where a,b the range in video frames, of the corrupted audio frames.
Any ideas ?
I tried the following but avisynth cannot join the two segments.
vid.trim(0,a)+vid.trim(a,b).KillAudio+vid.trim(b,0)
where a,b the range in video frames, of the corrupted audio frames.
Any ideas ?