diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-01-31 10:02:18 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-01-31 10:02:18 +0530 |
commit | 6c9255775646c591f5de3d156050ce50153f56ac (patch) | |
tree | cb6233c309f31bb17538bafa387439dce558dcf9 | |
parent | 54de7dc372dc77cae0cb9b45987d365e5446399d (diff) | |
download | ffmpeg-6c9255775646c591f5de3d156050ce50153f56ac.tar.gz |
doc/ffmpeg: document apad option
-rw-r--r-- | doc/ffmpeg.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index d0d630a0ec..8eb012b7c0 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1511,6 +1511,11 @@ adding/dropping samples to make it match the timestamps. This option effectively a threshold to select between hard (add/drop) and soft (squeeze/stretch) compensation. @code{-async} must be set to a positive value. +@item -apad @var{parameters} (@emph{output,per-stream}) +Pad the output audio stream(s). This is the same as applying @code{-af apad}. +Argument is a string of filter parameters composed the same as with the @code{apad} filter. +@code{-shortest} must be set for this output for the option to take effect. + @item -copyts Do not process input timestamps, but keep their values without trying to sanitize them. In particular, do not remove the initial start time |