diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-09 09:33:16 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-09 09:33:16 +0200 |
commit | 24b6e968a2169fa5791708abc83817922f695dae (patch) | |
tree | f60e73f6809747d07f9070e2ef81f0d334ae6f63 | |
parent | 29327794b0be039793a29134f13a957cee088dd6 (diff) | |
download | ffmpeg-24b6e968a2169fa5791708abc83817922f695dae.tar.gz |
doc/filters: document atempo command
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 620dba059e..5d2b6692aa 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2417,6 +2417,15 @@ atempo=sqrt(3),atempo=sqrt(3) @end example @end itemize +@subsection Commands + +This filter supports the following commands: +@table @option +@item tempo +Change filter tempo scale factor. +Syntax for the command is : "@var{tempo}" +@end table + @section atrim Trim the input so that the output contains one continuous subpart of the input. |