View Single Post
Old 18th December 2008, 06:52   #2  |  Link
MadRat
Registered User
 
MadRat's Avatar
 
Join Date: Jan 2008
Posts: 110
I suppose you could use FreezeFrame. It works like this FreezeFrame(firstframenumber, lastframenumber, sourceframenumber). So like you could do

Quote:
AVISource("green_field.avi")
#freezeframe(2,3,1)
#freezeframe(4,4,5)
There would be a little twitch in the video as it paused for a 30th of a second, but it would look better than a couple of badly messed up green frames and finding and replacing all those frames might be a lot of work.
MadRat is offline   Reply With Quote