diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-10 11:20:21 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-17 12:03:30 +0100 |
commit | a798c20a76196d76db27f7446ab90f8062f3c4eb (patch) | |
tree | f543171bcf0af5e0c72474b51a451a54be2f369a /doc/filters.texi | |
parent | 9f7144b44cdecd27ca8c509e095d6a1ff51a7162 (diff) | |
download | ffmpeg-a798c20a76196d76db27f7446ab90f8062f3c4eb.tar.gz |
lavfi/testsrc: add "decimals" option to the testsrc filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2afc1d3b3a..3c9f55434d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3237,6 +3237,14 @@ See also the function @code{av_parse_time()}. If not specified, or the expressed duration is negative, the video is supposed to be generated forever. + +@item decimals, n +Set the number of decimals to show in the timestamp, only used in the +@code{testsrc} source. + +The displayed timestamp value will correspond to the original +timestamp value multiplied by the power of 10 of the specified +value. Default value is 0. @end table For example the following: |