Ministry of English Composition fixes (courtesy of Diego Biurrun

<diego at biurrun.de>)

Originally committed as revision 2273 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson 2003-09-14 16:52:34 +00:00
parent afb8d3f80d
commit 6423d073c9

View File

@ -579,18 +579,18 @@ char *pp_help=
"tn:64:128:256\n" "tn:64:128:256\n"
"Filters Options\n" "Filters Options\n"
"short long name short long option Description\n" "short long name short long option Description\n"
"* * a autoq cpu power dependant enabler\n" "* * a autoq CPU power dependent enabler\n"
" c chrom chrominance filtring enabled\n" " c chrom chrominance filtering enabled\n"
" y nochrom chrominance filtring disabled\n" " y nochrom chrominance filtering disabled\n"
"hb hdeblock (2 Threshold) horizontal deblocking filter\n" "hb hdeblock (2 threshold) horizontal deblocking filter\n"
" 1. difference factor: default=32, higher -> more deblocking\n" " 1. difference factor: default=32, higher -> more deblocking\n"
" 2. flatness threshold: default=39, lower -> more deblocking\n" " 2. flatness threshold: default=39, lower -> more deblocking\n"
" the h & v deblocking filters share these\n" " the h & v deblocking filters share these\n"
" so u cant set different thresholds for h / v\n" " so you can't set different thresholds for h / v\n"
"vb vdeblock (2 Threshold) vertical deblocking filter\n" "vb vdeblock (2 threshold) vertical deblocking filter\n"
"h1 x1hdeblock Experimental h deblock filter 1\n" "h1 x1hdeblock experimental h deblock filter 1\n"
"v1 x1vdeblock Experimental v deblock filter 1\n" "v1 x1vdeblock experimental v deblock filter 1\n"
"dr dering Deringing filter\n" "dr dering deringing filter\n"
"al autolevels automatic brightness / contrast\n" "al autolevels automatic brightness / contrast\n"
" f fullyrange stretch luminance to (0..255)\n" " f fullyrange stretch luminance to (0..255)\n"
"lb linblenddeint linear blend deinterlacer\n" "lb linblenddeint linear blend deinterlacer\n"
@ -600,9 +600,9 @@ char *pp_help=
"fd ffmpegdeint ffmpeg deinterlacer\n" "fd ffmpegdeint ffmpeg deinterlacer\n"
"de default hb:a,vb:a,dr:a,al\n" "de default hb:a,vb:a,dr:a,al\n"
"fa fast h1:a,v1:a,dr:a,al\n" "fa fast h1:a,v1:a,dr:a,al\n"
"tn tmpnoise (3 Thresholds) Temporal Noise Reducer\n" "tn tmpnoise (3 threshold) temporal noise reducer\n"
" 1. <= 2. <= 3. larger -> stronger filtering\n" " 1. <= 2. <= 3. larger -> stronger filtering\n"
"fq forceQuant <quantizer> Force quantizer\n" "fq forceQuant <quantizer> force quantizer\n"
; ;
pp_mode_t *pp_get_mode_by_name_and_quality(char *name, int quality) pp_mode_t *pp_get_mode_by_name_and_quality(char *name, int quality)