[FFmpeg-cvslog] documentation: sort filter descriptions in filters.texi

Stefano Sabatini git at videolan.org
Mon Mar 28 23:55:53 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sun Mar 27 23:02:24 2011 +0200| [681ba7229e8cb0106e7d641be4f6fb0cf6a9fba8] | committer: Stefano Sabatini

documentation: sort filter descriptions in filters.texi

Change position of the fade filter description, put it between
drawtext and fifo descriptions.

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

 doc/filters.texi |   66 +++++++++++++++++++++++++++---------------------------
 1 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 1b38910..92b348e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -353,39 +353,6 @@ drawbox
 drawbox=10:20:200:60:red@@0.5"
 @end example
 
- at section fade
-
-Apply fade-in/out effect to input video.
-
-It accepts the parameters:
- at var{type}:@var{start_frame}:@var{nb_frames}
-
- at var{type} specifies if the effect type, can be either "in" for
-fade-in, or "out" for a fade-out effect.
-
- at var{start_frame} specifies the number of the start frame for starting
-to apply the fade effect.
-
- at var{nb_frames} specifies the number of frames for which the fade
-effect has to last. At the end of the fade-in effect the output video
-will have the same intensity as the input video, at the end of the
-fade-out transition the output video will be completely black.
-
-A few usage examples follow, usable too as test scenarios.
- at example
-# fade in first 30 frames of video
-fade=in:0:30
-
-# fade out last 45 frames of a 200-frame video
-fade=out:155:45
-
-# fade in first 25 frames and fade out last 25 frames of a 1000-frame video
-fade=in:0:25, fade=out:975:25
-
-# make first 5 frames black, then fade in from frame 5-24
-fade=in:5:20
- at end example
-
 @section drawtext
 
 Draw text string or text from specified file on top of video using the
@@ -500,6 +467,39 @@ within the parameter list.
 For more information about libfreetype, check:
 @url{http://www.freetype.org/}.
 
+ at section fade
+
+Apply fade-in/out effect to input video.
+
+It accepts the parameters:
+ at var{type}:@var{start_frame}:@var{nb_frames}
+
+ at var{type} specifies if the effect type, can be either "in" for
+fade-in, or "out" for a fade-out effect.
+
+ at var{start_frame} specifies the number of the start frame for starting
+to apply the fade effect.
+
+ at var{nb_frames} specifies the number of frames for which the fade
+effect has to last. At the end of the fade-in effect the output video
+will have the same intensity as the input video, at the end of the
+fade-out transition the output video will be completely black.
+
+A few usage examples follow, usable too as test scenarios.
+ at example
+# fade in first 30 frames of video
+fade=in:0:30
+
+# fade out last 45 frames of a 200-frame video
+fade=out:155:45
+
+# fade in first 25 frames and fade out last 25 frames of a 1000-frame video
+fade=in:0:25, fade=out:975:25
+
+# make first 5 frames black, then fade in from frame 5-24
+fade=in:5:20
+ at end example
+
 @section fifo
 
 Buffer input images and send them when they are requested.



More information about the ffmpeg-cvslog mailing list