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
3d7ea1d3
Commit
3d7ea1d3
authored
Aug 01, 2016
by
Lucas Cooper
Committed by
Michael Niedermayer
Aug 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: Add stats_version documentation to PSNR filter
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
7be021d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
filters.texi
doc/filters.texi
+19
-1
No files found.
doc/filters.texi
View file @
3d7ea1d3
...
@@ -10692,13 +10692,31 @@ The description of the accepted parameters follows.
...
@@ -10692,13 +10692,31 @@ The description of the accepted parameters follows.
If specified the filter will use the named file to save the PSNR of
If specified the filter will use the named file to save the PSNR of
each individual frame. When filename equals "-" the data is sent to
each individual frame. When filename equals "-" the data is sent to
standard output.
standard output.
@item stats_version
Specifies which version of the stats file format to use. Details of
each format are written below.
Default value is 1.
@end table
@end table
The file printed if @var{stats_file} is selected, contains a sequence of
The file printed if @var{stats_file} is selected, contains a sequence of
key/value pairs of the form @var{key}:@var{value} for each compared
key/value pairs of the form @var{key}:@var{value} for each compared
couple of frames.
couple of frames.
A description of each shown parameter follows:
If a @var{stats_version} greater than 1 is specified, a header line precedes
the list of per-frame-pair stats, with key value pairs following the frame
format with the following parameters:
@table @option
@item psnr_log_version
The version of the log file format. Will match @var{stats_version}.
@item fields
A comma separated list of the per-frame-pair parameters included in
the log.
@end table
A description of each shown per-frame-pair parameter follows:
@table @option
@table @option
@item n
@item n
...
...
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