diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-18 05:13:59 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-18 16:30:08 +0100 |
commit | 5eae7f8f35500b88382619bff3cd01f2e1e0b1ea (patch) | |
tree | 1760deba69ca685d1f7af0e40b6482b0384bcf7d /doc | |
parent | 5c2fc3bdd7f6da1c12f731419cd60037e9c3c2a4 (diff) | |
download | ffmpeg-5eae7f8f35500b88382619bff3cd01f2e1e0b1ea.tar.gz |
avfilter: add apad filter
This filter pads an audio stream with silence
It can together with -shortest be used to extend audio streams to
the same length as video.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a2b4fbecba..827dcf3753 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -409,6 +409,11 @@ stream ends. The default value is 2 seconds. Pass the audio source unchanged to the output. +@section apad + +Pad the end of a audio stream with silence, this can be used together with +-shortest to extend audio streams to the same length as the video stream. + @section aresample Resample the input audio to the specified parameters. If none are specified |