[FFmpeg-cvslog] doc/filters: itemize examples for *settb filters

Stefano Sabatini git at videolan.org
Fri Aug 24 13:40:46 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Aug 23 11:56:35 2012 +0200| [3d6d59ef35d22b895645de455bd7a0772951bee2] | committer: Stefano Sabatini

doc/filters: itemize examples for *settb filters

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

 doc/filters.texi |   27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index c2b65a9..8c23933 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4199,24 +4199,39 @@ audio only).
 
 The default value for the input is "intb".
 
-Follow some examples.
+ at subsection Examples
 
+ at itemize
+ at item
+Set the timebase to 1/25:
 @example
-# set the timebase to 1/25
 settb=1/25
+ at end example
 
-# set the timebase to 1/10
+ at item
+Set the timebase to 1/10:
+ at example
 settb=0.1
+ at end example
 
-#set the timebase to 1001/1000
+ at item
+Set the timebase to 1001/1000:
+ at example
 settb=1+0.001
+ at end example
 
-#set the timebase to 2*intb
+ at item
+Set the timebase to 2*intb:
+ at example
 settb=2*intb
+ at end example
 
-#set the default timebase value
+ at item
+Set the default timebase value:
+ at example
 settb=AVTB
 @end example
+ at end itemize
 
 @section concat
 



More information about the ffmpeg-cvslog mailing list