
Ok I found This :
FreezeFrame
FreezeFrame(clip, int first_frame, int last_frame, int source_frame)
The FreezeFrame filter replaces all the frames between first-frame and last-frame with a copy of source-frame. The sound track is not modified. This is useful for covering up glitches in a video in cases where you have a similar glitch-free frame available.
Sounds good to me, I tried it with this script... :
LoadPlugin("E:\MPEG-Tools\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
AviSource("E:\von Stefan\Phenomenon - German CD-2.avi")
BicubicResize(656,528,0,0.6,2,0,636,480)
TemporalSmoother(2,2)
AddBorders(24,24,24,24)
FreezeFrame("E:\von Stefan\Phenomenon - German CD-2.avi",79750,80000,79500)#Trim(0,87576).FadeOut(150)
ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
But I think I did something wrong... TMPGEnc gives me the error :
Invalid Arguments to function Freeze frame...