diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-23 12:19:14 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-08 19:54:08 +0200 |
commit | ba856c0be5599f21f241162e1f5f3f2506f3132c (patch) | |
tree | c42fbba9c54c2603dc14cd397ff063527d40dbe7 /doc/filters.texi | |
parent | 99622f6678c4cc219f9d7732c64cb1cdfdfda949 (diff) | |
download | ffmpeg-ba856c0be5599f21f241162e1f5f3f2506f3132c.tar.gz |
lavfi: implement asettb filter.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
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". |