Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
b01be121
Commit
b01be121
authored
Nov 03, 2002
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pp docs
Originally committed as revision 8077 to
svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent
fcd43156
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
postprocess.c
postproc/postprocess.c
+5
-6
No files found.
postproc/postprocess.c
View file @
b01be121
...
...
@@ -483,11 +483,11 @@ static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int
/* -pp Command line Help
*/
char
*
pp_help
=
"<filterName>[:<option>[:<option>...]][
,
[-]<filterName>[:<option>...]]...
\n
"
"<filterName>[:<option>[:<option>...]][
[,|/]
[-]<filterName>[:<option>...]]...
\n
"
"long form example:
\n
"
"vdeblock:autoq
,hdeblock:autoq,
linblenddeint default,-vdeblock
\n
"
"vdeblock:autoq
/hdeblock:autoq/
linblenddeint default,-vdeblock
\n
"
"short form example:
\n
"
"vb:a
,hb:a,
lb de,-vb
\n
"
"vb:a
/hb:a/
lb de,-vb
\n
"
"more examples:
\n
"
"tn:64:128:256
\n
"
"Filters Options
\n
"
...
...
@@ -496,8 +496,8 @@ char *pp_help=
" c chrom chrominance filtring enabled
\n
"
" y nochrom chrominance filtring disabled
\n
"
"hb hdeblock (2 Threshold) horizontal deblocking filter
\n
"
"
1. Threshold: default=1
, higher -> more deblocking
\n
"
"
2. T
hreshold: default=40, lower -> more deblocking
\n
"
"
1. difference factor: default=64
, higher -> more deblocking
\n
"
"
2. flatness t
hreshold: default=40, lower -> more deblocking
\n
"
" the h & v deblocking filters share these
\n
"
" so u cant set different thresholds for h / v
\n
"
"vb vdeblock (2 Threshold) vertical deblocking filter
\n
"
...
...
@@ -537,7 +537,6 @@ pp_mode_t *pp_get_mode_by_name_and_quality(char *name, int quality)
ppMode
->
maxAllowedY
=
234
;
ppMode
->
minAllowedY
=
16
;
ppMode
->
baseDcDiff
=
256
/
4
;
ppMode
->
flatnessThreshold
=
40
;
ppMode
->
flatnessThreshold
=
56
-
16
;
ppMode
->
maxClippedThreshold
=
0
.
01
;
ppMode
->
error
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment