summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-03-16 00:29:55 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-03-17 00:27:33 +0100
commitdb36ea5b5e6237503991dc89cb2d5b7efd6c2067 (patch)
treeb2d61af2ae01157b38ea7427d80bebcaa07c7052 /doc
parent0407a79e412e7e7229d4e70c8c0df86e4db9066e (diff)
lavfi/settb: add support for named options
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 13cd99bc2a..a2770096d0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6618,12 +6618,14 @@ ffmpeg -nostats -i input.mp3 -filter_complex ebur128 -f null -
Set the timebase to use for the output frames timestamps.
It is mainly useful for testing timebase configuration.
-It accepts in input an arithmetic expression representing a rational.
-The expression can contain the constants "AVTB" (the
-default timebase), "intb" (the input timebase) and "sr" (the sample rate,
-audio only).
-
-The default value for the input is "intb".
+This filter accepts a single option @option{tb}, which can be
+specified either by setting @option{tb}=@var{VALUE} or setting the
+value alone.
+
+The value for @option{tb} is an arithmetic expression representing a
+rational. The expression can contain the constants "AVTB" (the default
+timebase), "intb" (the input timebase) and "sr" (the sample rate,
+audio only). Default value is "intb".
@subsection Examples