diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-12-02 15:33:15 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-12-04 21:13:22 +0100 |
commit | 6c26fe8b5ace06893ef53d4a44dbff49e011d67b (patch) | |
tree | 3dcb5ddcff23652d92008bb9be014814eb8f8656 /doc/filters.texi | |
parent | ba8410cb446cae58d1fa1d9e3891a67db92d4e14 (diff) | |
download | ffmpeg-6c26fe8b5ace06893ef53d4a44dbff49e011d67b.tar.gz |
aevalsrc: add duration option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index eaaebe80f7..6f569b0e2f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -405,6 +405,16 @@ The description of the accepted options follows. @table @option +@item duration, d +Set the minimum duration of the sourced audio. See the function +@code{av_parse_time()} for the accepted format. +Note that the resulting duration may be greater than the specified +duration, as the generated audio is always cut at the end of a +complete frame. + +If not specified, or the expressed duration is negative, the audio is +supposed to be generated forever. + @item nb_samples, n Set the number of samples per channel per each output frame, default to 1024. |