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
69e6ed21
Commit
69e6ed21
authored
Sep 23, 2015
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters.texi: add rubberband documentation
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
43f0b1d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
+81
-0
filters.texi
doc/filters.texi
+81
-0
No files found.
doc/filters.texi
View file @
69e6ed21
...
@@ -2292,6 +2292,87 @@ At end of filtering it displays @code{track_gain} and @code{track_peak}.
...
@@ -2292,6 +2292,87 @@ At end of filtering it displays @code{track_gain} and @code{track_peak}.
Convert the audio sample format, sample rate and channel layout. It is
Convert the audio sample format, sample rate and channel layout. It is
not meant to be used directly.
not meant to be used directly.
@section rubberband
Apply time-stretching and pitch-shifting with librubberband.
The filter accepts the following options:
@table @option
@item tempo
Set tempo scale factor.
@item pitch
Set pitch scale factor.
@item transients
Set transients detector.
Possible values are:
@table @var
@item crisp
@item mixed
@item smooth
@end table
@item detector
Set detector.
Possible values are:
@table @var
@item compound
@item percussive
@item soft
@end table
@item phase
Set phase.
Possible values are:
@table @var
@item laminar
@item independent
@end table
@item window
Set processing window size.
Possible values are:
@table @var
@item standard
@item short
@item long
@end table
@item smoothing
Set smoothing.
Possible values are:
@table @var
@item off
@item on
@end table
@item formant
Enable formant preservation when shift pitching.
Possible values are:
@table @var
@item shifted
@item preserved
@end table
@item pitchq
Set pitch quality.
Possible values are:
@table @var
@item quality
@item speed
@item consistency
@end table
@item channels
Set channels.
Possible values are:
@table @var
@item apart
@item together
@end table
@end table
@section sidechaincompress
@section sidechaincompress
This filter acts like normal compressor but has the ability to compress
This filter acts like normal compressor but has the ability to compress
...
...
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