Log in

View Full Version : How to freeze a clip


darkelf5
26th August 2009, 19:58
Ok, i don't know if i'll explain this in a proper way, but here it goes. Let's say i'm encoding a movie and i want a certain part of it to last a little longer. For example i want the part with a movie title to last a litle longer and then the movie continues normaly. I hope you understood.

Gavino
26th August 2009, 20:12
You might initially think of using FreezeFrame (http://avisynth.org/mediawiki/FreezeFrame) for this, but that doesn't change the length, replacing a range of frames with copies of a single frame.

To repeat a frame n times, use Loop (http://avisynth.org/mediawiki/Loop)(n+1, f, f), where f is the frame number.

darkelf5
26th August 2009, 21:04
Thanx. FreezeFrame is what i needed.