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
38081acc
Commit
38081acc
authored
Jan 20, 2020
by
Gyan Doshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: clarify resampling and linear mode in loudnorm
parent
8c3e9c9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
filters.texi
doc/filters.texi
+9
-6
No files found.
doc/filters.texi
View file @
38081acc
...
...
@@ -4223,8 +4223,8 @@ If the specified value is not valid, it is ignored and prior one is kept.
EBU
R128
loudness
normalization
.
Includes
both
dynamic
and
linear
normalization
modes
.
Support
for
both
single
pass
(
livestreams
,
files
)
and
double
pass
(
files
)
modes
.
This
algorithm
can
target
IL
,
LRA
,
and
maximum
true
peak
.
To
accurately
detect
true
peaks
,
the
audio
stream
will
be
upsampled
to
192
kHz
unless
the
normalization
mode
is
linear
.
This
algorithm
can
target
IL
,
LRA
,
and
maximum
true
peak
.
In
dynamic
mode
,
to
accurately
detect
true
peaks
,
the
audio
stream
will
be
upsampled
to
192
kHz
.
Use
the
@
code
{-
ar
}
option
or
@
code
{
aresample
}
filter
to
explicitly
set
an
output
sample
rate
.
The
filter
accepts
the
following
options
:
...
...
@@ -4263,10 +4263,13 @@ Set offset gain. Gain is applied before the true-peak limiter.
Range
is
-
99.0
-
+
99.0
.
Default
is
+
0.0
.
@
item
linear
Normalize
linearly
if
possible
.
measured_I
,
measured_LRA
,
measured_TP
,
and
measured_thresh
must
also
to
be
specified
in
order
to
use
this
mode
.
Options
are
true
or
false
.
Default
is
true
.
Normalize
by
linearly
scaling
the
source
audio
.
@
code
{
measured_I
},
@
code
{
measured_LRA
},
@
code
{
measured_TP
},
and
@
code
{
measured_thresh
}
must
all
be
specified
.
Target
LRA
shouldn
't
be lower than source LRA and the change in integrated loudness shouldn'
t
result
in
a
true
peak
which
exceeds
the
target
TP
.
If
any
of
these
conditions
aren
't met, normalization mode will revert to @var{dynamic}.
Options are @code{true} or @code{false}. Default is @code{true}.
@item dual_mono
Treat mono input files as "dual-mono". If a mono file is intended for playback
...
...
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