Skip to content

djrideout/PolyphaseResize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

AviSynth filter for scaling pixel-perfect sources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published