summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-27 04:30:26 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-29 17:16:51 +0200
commitf4ada6dc3ff7a5c4193d2b30151a48de8e219c94 (patch)
tree875eabcfe0c5c7eab44d27c361719b9782774fb1 /doc/ffmpeg.texi
parent902bfa5b22083f4959de775e2f8f278785d6ff02 (diff)
ffmpeg: Implement support for seeking relative to EOF
Fixes Ticket227 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 4d73788143..3806a12ca2 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -307,6 +307,11 @@ input until the timestamps reach @var{position}.
@var{position} may be either in seconds or in @code{hh:mm:ss[.xxx]} form.
+@item -sseof @var{position} (@emph{input/output})
+
+Like the -ss option but relative to the "end of file". That is negative
+values are earlier in the file, 0 is at EOF.
+
@item -itsoffset @var{offset} (@emph{input})
Set the input time offset.