DuplicateFrame

From Avisynth wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

AviSynth+
Up-to-date documentation: https://avisynthplus.readthedocs.io


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.