diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-06-24 18:39:24 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-06-24 18:39:24 +0000 |
commit | 401fbdde2cc73fb6bc28be2f31051bc9a2adb31d (patch) | |
tree | 25c61ad90070afb97ac73479bd434c8a7669240f /doc | |
parent | 5ea951b74e6a2fd62fc4ec0eea3e62d6ef48445d (diff) | |
download | ffmpeg-401fbdde2cc73fb6bc28be2f31051bc9a2adb31d.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 632d6e2150..881cd4b692 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 |