[FFmpeg-cvslog] doc/filters: add tpad default values

Lou Logan git at videolan.org
Sat Mar 28 21:47:49 EET 2020


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Sat Mar 28 11:44:09 2020 -0800| [3cb099e9ab35a77103acbb3476565db59d8d81fb] | committer: Lou Logan

doc/filters: add tpad default values

Signed-off-by: Lou Logan <lou at lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3cb099e9ab35a77103acbb3476565db59d8d81fb
---

 doc/filters.texi | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 9c9f9a8ac3..44d41a87cf 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18519,29 +18519,31 @@ The filter accepts the following options:
 
 @table @option
 @item start
-Specify number of delay frames before input video stream.
+Specify number of delay frames before input video stream. Default is 0.
 
 @item stop
 Specify number of padding frames after input video stream.
-Set to -1 to pad indefinitely.
+Set to -1 to pad indefinitely. Default is 0.
 
 @item start_mode
 Set kind of frames added to beginning of stream.
 Can be either @var{add} or @var{clone}.
 With @var{add} frames of solid-color are added.
 With @var{clone} frames are clones of first frame.
+Default is @var{add}.
 
 @item stop_mode
 Set kind of frames added to end of stream.
 Can be either @var{add} or @var{clone}.
 With @var{add} frames of solid-color are added.
 With @var{clone} frames are clones of last frame.
+Default is @var{add}.
 
 @item start_duration, stop_duration
 Specify the duration of the start/stop delay. See
 @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 for the accepted syntax.
-These options override @var{start} and @var{stop}.
+These options override @var{start} and @var{stop}. Default is 0.
 
 @item color
 Specify the color of the padded area. For the syntax of this option,



More information about the ffmpeg-cvslog mailing list