# HG changeset patch # User gpoirier # Date 1124814133 0 # Node ID 567c3d5da0ca8839d2ec560a01e78d72ac7cf612 # Parent c43d55a452c8341c8bb971d94c09b22d2e6c0eb4 More typos. One noticed by Nico. Added an empty line at the end to make syncmail happy diff -r c43d55a452c8 -r 567c3d5da0ca DOCS/tech/swscaler_methods.txt --- a/DOCS/tech/swscaler_methods.txt Tue Aug 23 16:12:39 2005 +0000 +++ b/DOCS/tech/swscaler_methods.txt Tue Aug 23 16:22:13 2005 +0000 @@ -13,7 +13,7 @@ acceptable: (fast)bilinear, area ok: others -aliassing (only downscale) +aliasing (only downscale) straight lines look like staircases areas of high detail look worse regular patterns turn into a funny looking mess (moire patterns) @@ -26,23 +26,23 @@ bad: point ok: others -recommanditions: (based upon my personal oppinion many ppl might disagree ...) +recommendations: (based upon my personal opinion many ppl might disagree ...) --------------------------------------------------------------------- -the recomanded scalers for upscaling: +the recommended scalers for upscaling: fast_bilinear, point if speed is important cubic, spline, lanczos if quality is important -the recomanded scalers for downscaling: +the recommended scalers for downscaling: fast_bilinear, point if speed is important gauss, bilinear if quality is important cubic, spline, lanczos if a sharper picture is important note: when encoding at a limited amount of bits (not constant quantizer) -then a slightly blured input might look better after decoding than a slightly -sharpend one, especially for lower bitrates +then a slightly blurred input might look better after decoding than a slightly +sharpened one, especially for lower bitrates -sws numbers / names / artefact types +sws numbers / names / artifact types ------------------------------------------------------------------------- r ringing b blurry @@ -66,3 +66,4 @@ Notes: area upscale is identical to bilinear +