An open API service indexing awesome lists of open source software.

https://github.com/djrideout/polyphaseresize

AviSynth filter for scaling pixel-perfect sources
https://github.com/djrideout/polyphaseresize

avisynth avisynth-plugin interpolation scaler

Last synced: about 1 year ago
JSON representation

AviSynth filter for scaling pixel-perfect sources

Awesome Lists containing this project

README

          

# 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)
```