mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
Make -pphelp output consistent with the other instances of -xxx help.
Originally committed as revision 3792 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
281a74da60
commit
bf69c4e55f
@ -719,13 +719,7 @@ static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int
|
|||||||
/* -pp Command line Help
|
/* -pp Command line Help
|
||||||
*/
|
*/
|
||||||
char *pp_help=
|
char *pp_help=
|
||||||
"<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]...\n"
|
"Available postprocessing filters:\n"
|
||||||
"long form example:\n"
|
|
||||||
"vdeblock:autoq/hdeblock:autoq/linblenddeint default,-vdeblock\n"
|
|
||||||
"short form example:\n"
|
|
||||||
"vb:a/hb:a/lb de,-vb\n"
|
|
||||||
"more examples:\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 dependent enabler\n"
|
"* * a autoq CPU power dependent enabler\n"
|
||||||
@ -754,6 +748,14 @@ char *pp_help=
|
|||||||
"tn tmpnoise (3 threshold) 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"
|
||||||
|
"Usage:\n"
|
||||||
|
"<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]...\n"
|
||||||
|
"long form example:\n"
|
||||||
|
"vdeblock:autoq/hdeblock:autoq/linblenddeint default,-vdeblock\n"
|
||||||
|
"short form example:\n"
|
||||||
|
"vb:a/hb:a/lb de,-vb\n"
|
||||||
|
"more examples:\n"
|
||||||
|
"tn:64:128:256\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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user