summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-16 01:37:32 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-16 01:37:32 +0000
commit7bf35998983ffccceefb7747098e20e10191aebb (patch)
tree55f9aefe1f25466c014b8d80c21ea6893204e265 /DOCS
parentb7ee4aff724de5fe10115897a584c33f37959e9b (diff)
downloadmpv-7bf35998983ffccceefb7747098e20e10191aebb.tar.bz2
mpv-7bf35998983ffccceefb7747098e20e10191aebb.tar.xz
sync to x264 r398.
patch by Guillaume Poirier. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17403 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.114
1 files changed, 14 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index d14a2c0345..30d210cb38 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -8916,6 +8916,20 @@ enabled during all mode decisions (slow, requires subq=6)
.PD 1
.
.TP
+.B (no)fast_pskip
+Performs early skip detection in P-frames (default: enabled).
+This usually improves speed at no cost, but it can sometimes produce
+artifacts in areas with no details, like sky.
+.
+.TP
+.B nr=<0\-100000>
+Noise reduction, 0 means disabled.
+100\-1000 is a useful range for typical content, but you may want to turn it
+up a bit more for very noisy content (default: 0).
+Given its small impact on speed, you might want to prefer to use this over
+filtering noise away with video filters like denoise3d or hqdn3d.
+.
+.TP
.B chroma_qp_offset=<-12\-12>
Use a different quantizer for chroma as compared to luma.
Useful values are in the range <-2\-2> (default: 0).