Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
b8c4d2b2
Commit
b8c4d2b2
authored
6 years ago
by
Gyan Doshi
Browse files
Options
Downloads
Patches
Plain Diff
doc/filters: add missing details to aphasemeter
First output is audio and is rematrixed to stereo
parent
cd86b5cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/filters.texi
+8
-7
8 additions, 7 deletions
doc/filters.texi
with
8 additions
and
7 deletions
doc/filters.texi
+
8
−
7
View file @
b8c4d2b2
...
@@ -18435,9 +18435,15 @@ Default is @code{replace}.
...
@@ -18435,9 +18435,15 @@ Default is @code{replace}.
@section aphasemeter
@section aphasemeter
Convert input audio to a video output, displaying the audio phase.
Measures phase of input audio, which is exported as metadata @code{lavfi.aphasemeter.phase},
representing mean phase of current audio frame. A video output can also be produced and is
enabled by default. The audio is passed through as first output.
The filter accepts the following options:
Audio will be rematrixed to stereo if it has a different channel layout. Phase value is in
range @code{[-1, 1]} where @code{-1} means left and right channels are completely out of phase
and @code{1} means channels are in phase.
The filter accepts the following options, all related to its video output:
@table @option
@table @option
@item rate, r
@item rate, r
...
@@ -18463,11 +18469,6 @@ Set color which will be used for drawing median phase. If color is
...
@@ -18463,11 +18469,6 @@ Set color which will be used for drawing median phase. If color is
Enable video output. Default is enabled.
Enable video output. Default is enabled.
@end table
@end table
The filter also exports the frame metadata @code{lavfi.aphasemeter.phase} which
represents mean phase of current audio frame. Value is in range @code{[-1, 1]}.
The @code{-1} means left and right channels are completely out of phase and
@code{1} means channels are in phase.
@section avectorscope
@section avectorscope
Convert input audio to a video output, representing the audio vector
Convert input audio to a video output, representing the audio vector
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment