summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean First <jeanfirst@gmail.com>2013-02-27 00:18:41 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-27 02:17:42 +0100
commit2d7044683f3c0fa87445bf60854f1bd7ab0faf4f (patch)
treef75033711c5f6fd67be058a4e8b012fb4cd9ad21 /doc
parent997a36238ff0c700acfb77decaa560dc7b3095ec (diff)
ffmpeg_opt: add -to option to specify stop time
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi8
1 files changed, 8 insertions, 0 deletions
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.