Log in

View Full Version : How to replace frame with another frame of the same video?


lansing
29th May 2009, 07:28
I want to replace a bad frame with a good frame from the same video, how do I do it in Avisynth?

J_Darnley
29th May 2009, 08:12
FreezeFrame()

lansing
29th May 2009, 17:29
thanks for the help

lansing
29th May 2009, 20:09
another question:

And how do you replace a sequence of frames(like 20) with another sequence of frames from the same video?

J_Darnley
29th May 2009, 22:37
Trim() or use a wrapper around it. I think stickboy made a RemapFrames() function to do this