diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-08-11 13:00:46 -0400 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-08-12 11:52:40 +0200 |
commit | 8b63a8849426e89a35fbc87f9d0c4c8240e3798a (patch) | |
tree | 5009005062eca305ca6775cf6c0a8c525bb11f71 /doc/ffmpeg.texi | |
parent | 4f74efa76dfcc295f997af9715372c0f17b8758f (diff) | |
download | ffmpeg-8b63a8849426e89a35fbc87f9d0c4c8240e3798a.tar.gz |
doc/ffmpeg,doc/ffplay: reference timespec definitions
Reference time definition syntax in option descriptions when appropriate.
Fixes trac ticket #4595.
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 3d9fa3ab78..51a4ec537e 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -280,13 +280,15 @@ data read from the input file. When used as an output option (before an output filename), stop writing the output after its duration reaches @var{duration}. -@var{duration} may be a number in seconds, or in @code{hh:mm:ss[.xxx]} form. +@var{duration} must be a time duration specification, +see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}. -to and -t are mutually exclusive and -t has priority. @item -to @var{position} (@emph{output}) Stop writing the output at @var{position}. -@var{position} may be a number in seconds, or in @code{hh:mm:ss[.xxx]} form. +@var{position} must be a time duration specification, +see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}. -to and -t are mutually exclusive and -t has priority. @@ -305,7 +307,8 @@ will be preserved. When used as an output option (before an output filename), decodes but discards input until the timestamps reach @var{position}. -@var{position} may be either in seconds or in @code{hh:mm:ss[.xxx]} form. +@var{position} must be a time duration specification, +see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}. @item -sseof @var{position} (@emph{input/output}) @@ -325,7 +328,7 @@ the time duration specified in @var{offset}. @item -timestamp @var{date} (@emph{output}) Set the recording timestamp in the container. -@var{date} must be a time duration specification, +@var{date} must be a date specification, see @ref{date syntax,,the Date section in the ffmpeg-utils(1) manual,ffmpeg-utils}. @item -metadata[:metadata_specifier] @var{key}=@var{value} (@emph{output,per-metadata}) |