diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-04 18:30:46 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-04 19:37:29 +0200 |
commit | 615d75f291c6cc3057074245ab83cbd48187dfbc (patch) | |
tree | 6ead9500c6d379f25565172fb8f7621747550eda /doc | |
parent | 88db1745fc3b99cd8df000baa0b1af9ee2bac4ac (diff) | |
download | ffmpeg-615d75f291c6cc3057074245ab83cbd48187dfbc.tar.gz |
avfilter/asrc_anullsrc: add support to set output duration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ebe0d3301e..d0ff3d470f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6076,6 +6076,13 @@ Specifies the sample rate, and defaults to 44100. @item nb_samples, n Set the number of samples per requested frames. +@item duration, d +Set the duration of the sourced audio. See +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils} +for the accepted syntax. + +If not specified, or the expressed duration is negative, the audio is +supposed to be generated forever. @end table @subsection Examples |