Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 310 Bytes

File metadata and controls

12 lines (10 loc) · 310 Bytes

PolyphaseResize

AviSynth filter for scaling pixel-perfect sources. Requires a RGB32 source.

Example source clips could include NES/SNES footage at 256x224, Game Boy footage at 160x144, etc.

Usage:

LoadPlugin("PolyphaseResize.dll")
AviSource("clip.avi")
ConvertToRGB32()
PolyphaseResize(1440, 1080)