Supersampling: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m 1 revision
 
m add Wikipedia link
 
Line 1: Line 1:
Supersampling refers to the technique of upscaling the source video to a high resolution for the purpose of applying filters (some filters give better results if they have more pixels to work with). After filtering, the supersampled video is then downscaled to the required output resolution.
Supersampling refers to the technique of upscaling the source video to a high resolution for the purpose of applying filters (some filters give better results if they have more pixels to work with). After filtering, the supersampled video is then downscaled to the required output resolution. See the Wikipedia [http://en.wikipedia.org/wiki/Supersampling supersampling] page for more information.
 
[[LimitedSharpen]] is an example of an external script function filter that uses supersampling.


[[LimitedSharpen]] is an example of an external script function filter that uses supersampling. 


[[Category:Glossary]]
[[Category:Glossary]]

Latest revision as of 18:58, 31 October 2015

Supersampling refers to the technique of upscaling the source video to a high resolution for the purpose of applying filters (some filters give better results if they have more pixels to work with). After filtering, the supersampled video is then downscaled to the required output resolution. See the Wikipedia supersampling page for more information.

LimitedSharpen is an example of an external script function filter that uses supersampling.