

It preferentially removes duplicate frames where possible.ĭScaler's Greedy/HM algorithm code to perform pulldown matching, filtering, It can remove frames from a clip to achieve the desired frame rate, while retaining audio/video synchronization. This filter provides extended decimation capabilities not available from Decimate(). This filter splits each field of the source into its own frameĪnd then adaptively creates the missing lines either by interpolating theĬurrent field or by using the previous field's data. Functions can be combined to implement inverse This package of plugin functions for AviSynth provides the meansįor removing combing artifacts from telecined progressive streams, interlaced Telecine, aka pulldown removal) filters undo the telecine process, whichĬomes from differences between the timing of your video and its original Deinterlacingįilters let you take care of any problems caused by this. Pentium III, Duron (core Morgan), Athlon XP and laterĪll PAL, NTSC, and SECAM video is interlaced, which means that onlyĮvery other line is broadcast at each refresh interval. Pentium III, all Duron (called 3DNow extension), all Athlon (called 3DNow extension) Pentium MMX, Pentium II, K6, K6II, K6III and later If youĭon't know what kind of optimizing instructions are used by your CPU, you can Usually it is none (ie closed source), GPL or just open source (without aĪ final note about the CPUs which might be required for a plugin. The last line " license" gives the license of the plugin. The latter isĪ requirement for the optimizations in the plugin. Width/height must be a multiple of some number (usually 8 or 16). YUY2 in this case), the supported CPU (which is SSEMMX here) or that the Requirements can be the supported color space (YV12 and The fifth line " requirements", are the requirements for beingĪble to use the plugin. The fourth line " category", is the category under which the The third line " download" gives the download page of the Which is described in this documentation. The second line " version" gives the version of the plugin on ItĬan be his/her real name, the forum nickname, or both. The first line " author" gives the author(s) of the plugin. Width and the height of the clip must be a multiple of 8 The description of a plugin starts with some general info about the plugin. Avisynth 2 External Plugin Reference Plugin List General info
