Skip to content

AreaResize is an area (average) downscaler plugin for AviSynth.

Notifications You must be signed in to change notification settings

Aktanusa/AreaResize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AreaResize

AreaResize is an area (average) downscaler plugin for AviSynth. Downscaling in RGB32/RGB24 is also gamma corrected.

Usage

AreaResize(int width, int height)

Supported Colorspaces

  • 8-bit Planar (YV24/YV16/YV12/YV411/Y8) (YUY2 is not supported; use YV12)
  • 8-bit Interleaved (RGB32/RGB24) (gamma corrected)

Features

  • Gamma corrected downscaling to RGB32/RGB24 (gamma scale of 2.2)
  • Significant performance increase due to multithreading and optimized code

Credits

Based on Oka Motofumi's version of AreaResize.

About

AreaResize is an area (average) downscaler plugin for AviSynth.

Resources

Stars

Watchers

Forks

Packages

No packages published