Skip to content

djrideout/PolyphaseResize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyphaseResize

AviSynth filter for scaling pixel-perfect sources

Currently only scales horizontally, both passes at once is planned.

Example usage (assuming 256x224 clip resolution):

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

About

AviSynth filter for scaling pixel-perfect sources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published