DuplicateFrame

From Avisynth wiki
Revision as of 21:38, 16 June 2008 by Wilbert (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DuplicateFrame(clip clip, int frame_num [, ...])

DuplicateFrame is the opposite of DeleteFrame. It duplicates a set of frames given as a number of arguments. As with DeleteFrame, the sound track is not modified.

Examples:

DuplicateFrame(3, 3, 21, 42) # Add 4 frames

Changelog:

v2.58 Added support for multiple arguments.
Personal tools