From 2d7044683f3c0fa87445bf60854f1bd7ab0faf4f Mon Sep 17 00:00:00 2001 From: Jean First Date: Wed, 27 Feb 2013 00:18:41 +0100 Subject: ffmpeg_opt: add -to option to specify stop time Signed-off-by: Jean First Signed-off-by: Michael Niedermayer --- doc/ffmpeg.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 3db1e98b45..77dba53da0 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -256,6 +256,14 @@ libx264, and the 138th audio, which will be encoded with libvorbis. 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. +-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. + +-to and -t are mutually exclusive and -t has priority. + @item -fs @var{limit_size} (@emph{output}) Set the file size limit, expressed in bytes. -- cgit v1.2.3