1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

More typos. One noticed by Nico. Added an empty line at the end to make syncmail happy

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16296 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-08-23 16:22:13 +00:00
parent 4e7d952aa7
commit 74679ac6e1

View File

@ -13,7 +13,7 @@ blur
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 @@ blocky (upscale only)
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 @@ m mosaic (blocky) (upscale only)
Notes:
area upscale is identical to bilinear