From ac1e31957d00d06071757fd271c09a045cd6f39a Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 15 Mar 2015 06:27:11 +0100 Subject: vo_opengl: add oversample scaler This is like nearest neighbour, but the edges between pixels are linearly interpolating if needed, as if they had been (naively) oversampled. --- DOCS/man/vo.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index d76c95f987..b59f97b6a9 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -356,6 +356,12 @@ Available video output drivers are: Sharpening strength. Increasing this makes the image sharper but adds more ringing and aliasing. Defaults to 0.5. + ``oversample`` + Minimum distance to an edge before interpolation is used. Setting + this to 0 will always interpolate edges, whereas setting it to 0.5 + will never interpolate, thus behaving as if the regular nearest + neighbour algorithm was used. Defaults to 0.0. + ``scale-radius=`` Set radius for filters listed below, must be a float number between 1.0 and 16.0. Defaults to be 3.0 if not specified. -- cgit v1.2.3