From 401fbdde2cc73fb6bc28be2f31051bc9a2adb31d Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Thu, 24 Jun 2004 18:39:24 +0000
Subject: [PATCH] Documentation for -itsoffset switch by (Wolfram Gloger <wmglo
 at dent dot med dot uni-muenchen dot de>)

Originally committed as revision 3246 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 doc/ffmpeg-doc.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 632d6e21505..881cd4b692c 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -201,6 +201,13 @@ ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg
 @item -hq
 activate high quality settings
 
+@item -itsoffset offset
+set the input time offset in seconds. @code{[-]hh:mm:ss[.xxx]} syntax
+is also supported.  This option affects all the input files that
+follow it.  The offset is added to the input files' timestamps;
+specifying a positive offset means that the corresponding streams are
+delayed by 'offset' seconds.
+
 @end table
 
 @section Video Options
-- 
GitLab