[FFmpeg-cvslog] doc/filters: move aphaser to right(audio) chapter

Paul B Mahol git at videolan.org
Mon Apr 15 18:33:33 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Apr 15 16:22:12 2013 +0000| [9e6dd24fa189dea915e3705199d42c30da0c562c] | committer: Paul B Mahol

doc/filters: move aphaser to right(audio) chapter

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e6dd24fa189dea915e3705199d42c30da0c562c
---

 doc/filters.texi |   68 +++++++++++++++++++++++++++---------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 23d777d..868f2ae 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -792,6 +792,40 @@ Pass the audio source unchanged to the output.
 Pad the end of a audio stream with silence, this can be used together with
 -shortest to extend audio streams to the same length as the video stream.
 
+ at section aphaser
+Add a phasing effect to the input audio.
+
+A phaser filter creates series of peaks and troughs in the frequency spectrum.
+The position of the peaks and troughs are modulated so that they vary over time, creating a sweeping effect.
+
+A description of the accepted parameters follows.
+
+ at table @option
+ at item in_gain
+Set input gain. Default is 0.4.
+
+ at item out_gain
+Set output gain. Default is 0.74
+
+ at item delay
+Set delay in milliseconds. Default is 3.0.
+
+ at item decay
+Set decay. Default is 0.4.
+
+ at item speed
+Set modulation speed in Hz. Default is 0.5.
+
+ at item type
+Set modulation type. Default is triangular.
+
+It accepts the following values:
+ at table @samp
+ at item triangular, t
+ at item sinusoidal, s
+ at end table
+ at end table
+
 @anchor{aresample}
 @section aresample
 
@@ -6725,40 +6759,6 @@ following one, the permission might not be received as expected in that
 following filter. Inserting a @ref{format} or @ref{aformat} filter before the
 perms/aperms filter can avoid this problem.
 
- at section aphaser
-Add a phasing effect to the input audio.
-
-A phaser filter creates series of peaks and troughs in the frequency spectrum.
-The position of the peaks and troughs are modulated so that they vary over time, creating a sweeping effect.
-
-A description of the accepted parameters follows.
-
- at table @option
- at item in_gain
-Set input gain. Default is 0.4.
-
- at item out_gain
-Set output gain. Default is 0.74
-
- at item delay
-Set delay in milliseconds. Default is 3.0.
-
- at item decay
-Set decay. Default is 0.4.
-
- at item speed
-Set modulation speed in Hz. Default is 0.5.
-
- at item type
-Set modulation type. Default is triangular.
-
-It accepts the following values:
- at table @samp
- at item triangular, t
- at item sinusoidal, s
- at end table
- at end table
-
 @section aselect, select
 Select frames to pass in output.
 



More information about the ffmpeg-cvslog mailing list