FreezeFrame
From Avisynth wiki
(Difference between revisions)
m (1 revision) |
(add link to avs+ documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
+ | <div {{BlueBox2|40|0|3px solid purple}} > | ||
+ | {{AvsPlusFullname}}<br> | ||
+ | Up-to-date documentation: [https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/freezeframe.html https://avisynthplus.readthedocs.io] | ||
+ | </div> | ||
+ | |||
+ | |||
{{Template:FuncDef|FreezeFrame(clip ''clip'', int ''first-frame'', int ''last-frame'', int ''source-frame'')}} | {{Template:FuncDef|FreezeFrame(clip ''clip'', int ''first-frame'', int ''last-frame'', int ''source-frame'')}} | ||
Line 5: | Line 11: | ||
[[Category:Internal filters]] | [[Category:Internal filters]] | ||
+ | [[Category:Timeline_editing_filters]] |
Latest revision as of 06:28, 18 September 2022
AviSynth+
Up-to-date documentation: https://avisynthplus.readthedocs.io
FreezeFrame(clip clip, int first-frame, int last-frame, int source-frame)
The FreezeFrame filter replaces all the frames between first-frame and last-frame with a copy of source-frame. The sound track is not modified. This is useful for covering up glitches in a video in cases where you have a similar glitch-free frame available.