summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-06-23 12:19:14 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-07-08 19:54:08 +0200
commitba856c0be5599f21f241162e1f5f3f2506f3132c (patch)
treec42fbba9c54c2603dc14cd397ff063527d40dbe7 /doc
parent99622f6678c4cc219f9d7732c64cb1cdfdfda949 (diff)
lavfi: implement asettb filter.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5fef9d19cd..0d94eba417 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2937,14 +2937,15 @@ setpts=N/(25*TB)
setpts='1/(25*TB) * (N + 0.05 * sin(N*2*PI/25))'
@end example
-@section settb
+@section settb, asettb
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), and "intb" (the input timebase).
+default timebase), "intb" (the input timebase) and "sr" (the sample rate,
+audio only).
The default value for the input is "intb".