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
2955cd44
Commit
2955cd44
authored
Aug 17, 2017
by
Kyle Swanson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filters.texi: clarify audio upsampling in loudnorm
Signed-off-by:
Kyle Swanson
<
k@ylo.ph
>
parent
801ba0f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
filters.texi
doc/filters.texi
+3
-5
No files found.
doc/filters.texi
View file @
2955cd44
...
@@ -3068,11 +3068,9 @@ If the specified value is not valid, it is ignored and prior one is kept.
...
@@ -3068,11 +3068,9 @@ 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.
EBU R128 loudness normalization. Includes both dynamic and linear normalization modes.
Support for both single pass (livestreams, files) and double pass (files) modes.
Support for both single pass (livestreams, files) and double pass (files) modes.
This algorithm can target IL, LRA, and maximum true peak.
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.
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.
Use the @code{-ar} option or @code{aresample} filter to set a different output
sample rate.
The filter accepts the following options:
The filter accepts the following options:
...
...
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