DuplicateFrame
From Avisynth wiki
(Difference between revisions)
m (1 revision) |
Raffriff42 (Talk | contribs) m (added category) |
||
Line 16: | Line 16: | ||
[[Category:Internal filters]] | [[Category:Internal filters]] | ||
+ | [[Category:Timeline_editing_filters]] |
Revision as of 16:33, 8 November 2015
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. |