diff options
author | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-22 19:30:57 +0000 |
---|---|---|
committer | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-22 19:30:57 +0000 |
commit | 94b93ccc69d35a23cebcb0d9a92fe511c8dd5457 (patch) | |
tree | 508776baf9c32bf87843769cb03950924dd48d60 /DOCS/man/en/mplayer.1 | |
parent | 63c70fadf22e5ff7fe551390043bdc0d0b02efce (diff) |
sync to x264 r503 (dct_decimate)
patch by Guillaume Poirier.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18208 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index fe82ff8d3c..673ca13340 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -9086,6 +9086,15 @@ This usually improves speed at no cost, but it can sometimes produce artifacts in areas with no details, like sky. . .TP +.B (no)dct_decimate +Eliminate dct blocks in P-frames containing only a small single coefficient +(default: enabled). +This will remove some details, so it will save bits that can be spent +again on other frames, hopefully raising overall subjective quality. +If you are compressing non-anime content with a high target bitrate, you +may want to disable this to preserve as much detail as possible. +. +.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 |