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
- Host: GitHub
- URL: https://github.com/djrideout/polyphaseresize
- Owner: djrideout
- License: mit
- Created: 2023-05-27T10:52:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:29:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T02:19:32.600Z (about 1 year ago)
- Topics: avisynth, avisynth-plugin, interpolation, scaler
- Language: C++
- Homepage:
- Size: 66.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```