comparison DOCS/man/en/mplayer.1 @ 18207:a08a78145d9b

sync to x264 r503 (dct_decimate) patch by Guillaume Poirier.
author lorenm
date Sat, 22 Apr 2006 19:30:57 +0000
parents bf85678d85ce
children 38c3d604d18b
comparison
equal deleted inserted replaced
18206:4bc744cb60e7 18207:a08a78145d9b
9084 Performs early skip detection in P-frames (default: enabled). 9084 Performs early skip detection in P-frames (default: enabled).
9085 This usually improves speed at no cost, but it can sometimes produce 9085 This usually improves speed at no cost, but it can sometimes produce
9086 artifacts in areas with no details, like sky. 9086 artifacts in areas with no details, like sky.
9087 . 9087 .
9088 .TP 9088 .TP
9089 .B (no)dct_decimate
9090 Eliminate dct blocks in P-frames containing only a small single coefficient
9091 (default: enabled).
9092 This will remove some details, so it will save bits that can be spent
9093 again on other frames, hopefully raising overall subjective quality.
9094 If you are compressing non-anime content with a high target bitrate, you
9095 may want to disable this to preserve as much detail as possible.
9096 .
9097 .TP
9089 .B nr=<0\-100000> 9098 .B nr=<0\-100000>
9090 Noise reduction, 0 means disabled. 9099 Noise reduction, 0 means disabled.
9091 100\-1000 is a useful range for typical content, but you may want to turn it 9100 100\-1000 is a useful range for typical content, but you may want to turn it
9092 up a bit more for very noisy content (default: 0). 9101 up a bit more for very noisy content (default: 0).
9093 Given its small impact on speed, you might want to prefer to use this over 9102 Given its small impact on speed, you might want to prefer to use this over